mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +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):
|
def outFilter(self, irc, msg):
|
||||||
if msg.command != 'PRIVMSG':
|
if msg.command != 'PRIVMSG':
|
||||||
return
|
return msg
|
||||||
channel = msg.args[0]
|
channel = msg.args[0]
|
||||||
if irc.isChannel(channel):
|
if irc.isChannel(channel):
|
||||||
if not msg.shrunken:
|
if not msg.shrunken:
|
||||||
|
Loading…
Reference in New Issue
Block a user