set MODE -x on startup

This commit is contained in:
jkhsjdhjs 2023-07-16 22:26:44 +00:00
parent 428814b318
commit 818110e485

View File

@ -133,6 +133,12 @@ def mode(nick):
except Exception as err:
print("Failed! "+err)
print("Setting mode -x")
try:
sendRaw("MODE "+nick+" -x\n")
except Exception as err:
print("Failed! "+err)
def part(chan):
print("Leaving channel "+chan)