mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +01:00
Run-on words are nasty.
This commit is contained in:
parent
ec91c6d7d9
commit
52100c23f4
@ -313,7 +313,7 @@ class QuoteGrabs(callbacks.Privmsg):
|
|||||||
if nick:
|
if nick:
|
||||||
irc.error('Couldn\'t get a random quote for that nick.')
|
irc.error('Couldn\'t get a random quote for that nick.')
|
||||||
else:
|
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?')
|
'grabbed quotes in the database?')
|
||||||
random = wrap(random, ['channeldb', additional('nick')])
|
random = wrap(random, ['channeldb', additional('nick')])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user