mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 17:39:27 +01:00
Better error message.
This commit is contained in:
parent
d85e56f1d2
commit
3337d813cd
@ -436,7 +436,9 @@ class Misc(callbacks.Privmsg):
|
||||
utils.nItems('message', len(L), 'more')
|
||||
irc.reply(chunk, True)
|
||||
except KeyError:
|
||||
irc.error('You haven\'t asked me a command!')
|
||||
irc.error('You haven\'t asked me a command; perhaps you want '
|
||||
'to see someone else\'s more. To do so, call this '
|
||||
'command with that person\'s nick.')
|
||||
except IndexError:
|
||||
irc.error('That\'s all, there is no more.')
|
||||
more = wrap(more, [additional('seenNick')])
|
||||
|
Loading…
Reference in New Issue
Block a user