From 52100c23f4c857b6cf93a8cb169316d5fcb565bc Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 8 Jan 2005 06:42:46 +0000 Subject: [PATCH] Run-on words are nasty. --- plugins/QuoteGrabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')])