3
0
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:
James Lu 2017-01-01 00:21:37 -08:00
parent 69be532c3c
commit 803ccf7708

View File

@ -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