Update plugin.py

This commit is contained in:
Gordon Shumway 2020-02-03 22:17:10 -05:00 committed by GitHub
parent 917961dffb
commit 2faeffc679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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