set MODE -x on startup
This commit is contained in:
parent
428814b318
commit
818110e485
6
bert.py
6
bert.py
|
@ -133,6 +133,12 @@ def mode(nick):
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print("Failed! "+err)
|
print("Failed! "+err)
|
||||||
|
|
||||||
|
print("Setting mode -x")
|
||||||
|
try:
|
||||||
|
sendRaw("MODE "+nick+" -x\n")
|
||||||
|
except Exception as err:
|
||||||
|
print("Failed! "+err)
|
||||||
|
|
||||||
|
|
||||||
def part(chan):
|
def part(chan):
|
||||||
print("Leaving channel "+chan)
|
print("Leaving channel "+chan)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user