mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-23 10:44:09 +01:00
Merge branch 'master' into devel
This commit is contained in:
commit
bdbc1020f2
@ -673,7 +673,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
||||
|
||||
if ('+o', None) in parsedmodes:
|
||||
# If +o being set, call the CLIENT_OPERED internal hook.
|
||||
self.irc.callHooks([uid, 'CLIENT_OPERED', {'text': 'IRC_Operator'}])
|
||||
self.irc.callHooks([numeric, 'CLIENT_OPERED', {'text': 'IRC_Operator'}])
|
||||
|
||||
self.checkCloakChange(numeric, parsedmodes)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user