mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
ShrinkUrl: Fix previous commit.
This commit is contained in:
parent
c65762544c
commit
534fb5c78f
@ -125,7 +125,7 @@ class ShrinkUrl(callbacks.PluginRegexp):
|
||||
|
||||
def outFilter(self, irc, msg):
|
||||
if msg.command != 'PRIVMSG':
|
||||
return
|
||||
return msg
|
||||
channel = msg.args[0]
|
||||
if irc.isChannel(channel):
|
||||
if not msg.shrunken:
|
||||
|
Loading…
Reference in New Issue
Block a user