diff --git a/plugins/QuoteGrabs.py b/plugins/QuoteGrabs.py index 3c8f4f737..3ebd8754b 100644 --- a/plugins/QuoteGrabs.py +++ b/plugins/QuoteGrabs.py @@ -313,7 +313,7 @@ class QuoteGrabs(callbacks.Privmsg): if nick: irc.error('Couldn\'t get a random quote for that nick.') else: - irc.error('Couldn\'t get a random quote. Are there any' + irc.error('Couldn\'t get a random quote. Are there any ' 'grabbed quotes in the database?') random = wrap(random, ['channeldb', additional('nick')])