mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Misc: Only write channel name, instead of prepending it with “channel”.
This commit is contained in:
parent
00e4c64bb5
commit
9569eb22d8
@ -168,7 +168,7 @@ class Misc(callbacks.Plugin):
|
||||
# echo [] will get us an empty token set, but there's no need
|
||||
# to log this in that case anyway, it being a nested command.
|
||||
self.log.info('Not replying to %s in %s, not a command.' %
|
||||
(tokens[0], _('channel %s') % channel
|
||||
(tokens[0], channel
|
||||
if channel != irc.nick else _('private')))
|
||||
if irc.nested:
|
||||
bracketConfig = conf.supybot.commands.nested.brackets
|
||||
|
Loading…
Reference in New Issue
Block a user