mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 07:16:38 +00:00
pngbot.py:IrcMiRCARTBot.dispatch353(): correctly print channel name.
This commit is contained in:
parent
f4218e8ae1
commit
8f29ba4e16
@ -114,7 +114,7 @@ class IrcMiRCARTBot(IrcBot):
|
||||
if channelNickSpec[0] == "@" \
|
||||
and len(channelNickSpec[1:]):
|
||||
self.clientChannelOps.append(channelNickSpec[1:].lower())
|
||||
print("Authorising {} on {}".format(channelNickSpec[1:].lower(), message[2].lower()))
|
||||
print("Authorising {} on {}".format(channelNickSpec[1:].lower(), message[4].lower()))
|
||||
# }}}
|
||||
# {{{ dispatchMode(): Dispatch single MODE message from server
|
||||
def dispatchMode(self, message):
|
||||
|
Loading…
Reference in New Issue
Block a user