mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
unreal: add SJOIN to required caps
This commit is contained in:
parent
69be532c3c
commit
803ccf7708
@ -35,7 +35,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
||||
self.caps = []
|
||||
self.irc.prefixmodes = {'q': '~', 'a': '&', 'o': '@', 'h': '%', 'v': '+'}
|
||||
|
||||
self.needed_caps = ["VL", "SID", "CHANMODES", "NOQUIT", "SJ3", "NICKIP", "UMODE2"]
|
||||
self.needed_caps = ["VL", "SID", "CHANMODES", "NOQUIT", "SJ3", "NICKIP", "UMODE2", "SJOIN"]
|
||||
|
||||
# Some command aliases
|
||||
self.handle_svskill = self.handle_kill
|
||||
|
Loading…
Reference in New Issue
Block a user