Added usermode +B for tildeverse RFC conformity

This commit is contained in:
aewens 2018-09-10 11:12:27 -04:00
parent 265277b8db
commit 0cc70c0ee7
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ class Bot:
self.send_message("NickServ", "CONFIRM {}", self.confirm)
confirmed = True
self.send("MODE {} +B".format(self.botnick))
print("DEBUG: Joining")
for channel in self.channels: