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:
parent
ba649fb8b4
commit
1cdb5fc025
@ -60,6 +60,7 @@ class HybridProtocol(TS6Protocol):
|
||||
}
|
||||
|
||||
self.umodes = umodes
|
||||
self.extbans_matching.clear()
|
||||
|
||||
# halfops is mandatory on Hybrid
|
||||
self.prefixmodes = {'o': '@', 'h': '%', 'v': '+'}
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user