mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +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.umodes = umodes
|
||||||
|
self.extbans_matching.clear()
|
||||||
|
|
||||||
# halfops is mandatory on Hybrid
|
# halfops is mandatory on Hybrid
|
||||||
self.prefixmodes = {'o': '@', 'h': '%', 'v': '+'}
|
self.prefixmodes = {'o': '@', 'h': '%', 'v': '+'}
|
||||||
|
@ -44,6 +44,8 @@ class RatboxProtocol(TS6Protocol):
|
|||||||
'*A': '', '*B': '', '*C': '', '*D': 'igoabcCdfklrsuwxyzZD'
|
'*A': '', '*B': '', '*C': '', '*D': 'igoabcCdfklrsuwxyzZD'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.extbans_matching.clear()
|
||||||
|
|
||||||
def spawn_client(self, nick, ident='null', host='null', realhost=None, modes=set(),
|
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,
|
server=None, ip='0.0.0.0', realname=None, ts=None, opertype=None,
|
||||||
manipulatable=False):
|
manipulatable=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user