Update plugin.py

This commit is contained in:
Gordon Shumway 2020-02-03 22:26:01 -05:00 committed by GitHub
parent c2f3d575e4
commit 898beb4bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class ShrinkUrl(callbacks.PluginRegexp):
spiffy = irc.getCallback("SpiffyTitles")
if spiffy:
try:
result = spiffy.get_title_by_url(url, channel)
result = spiffy.get_title_by_url(url, channel, msg.nick)
if result:
irc.reply(result, prefixNick=False)
except: