mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Oops, forgot a parenthese.
This commit is contained in:
parent
1d70b27b79
commit
1208dd863a
@ -135,7 +135,7 @@ class ChannelLogger(irclib.IrcCallback):
|
||||
log.write('*** %s was kicked by %s (%s)\n' % \
|
||||
(target, msg.nick, kickmsg))
|
||||
else:
|
||||
log.write('*** %s was kicked by %s\n' % (target, msg.nick)
|
||||
log.write('*** %s was kicked by %s\n' % (target, msg.nick))
|
||||
|
||||
def doPart(self, irc, msg):
|
||||
for channel in msg.args[0].split(','):
|
||||
|
Loading…
Reference in New Issue
Block a user