@ -133,6 +133,12 @@ def mode(nick):
except Exception as err:
print("Failed! "+err)
print("Setting mode -x")
try:
sendRaw("MODE "+nick+" -x\n")
def part(chan):
print("Leaving channel "+chan)
The note is not visible to the blocked user.