3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 19:52:53 +01:00

hybrid, ratbox: remove extban definitions

This commit is contained in:
James Lu 2017-08-25 12:24:09 -07:00
parent ba649fb8b4
commit 1cdb5fc025
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class HybridProtocol(TS6Protocol):
}
self.umodes = umodes
self.extbans_matching.clear()
# halfops is mandatory on Hybrid
self.prefixmodes = {'o': '@', 'h': '%', 'v': '+'}

View File

@ -44,6 +44,8 @@ class RatboxProtocol(TS6Protocol):
'*A': '', '*B': '', '*C': '', '*D': 'igoabcCdfklrsuwxyzZD'
}
self.extbans_matching.clear()
def spawn_client(self, nick, ident='null', host='null', realhost=None, modes=set(),
server=None, ip='0.0.0.0', realname=None, ts=None, opertype=None,
manipulatable=False):