Run-on words are nasty.

This commit is contained in:
James Vega 2005-01-08 06:42:46 +00:00
parent ec91c6d7d9
commit 52100c23f4
1 changed files with 1 additions and 1 deletions

View File

@ -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')])