All hail the king of anality.

This commit is contained in:
Jeremy Fincher 2004-04-30 04:23:51 +00:00
parent d9a580a027
commit 550f6cd5c1

View File

@ -166,7 +166,7 @@ class Misc(callbacks.Privmsg):
else:
irc.error('There is no such command %s.' % name)
else:
irc.error('There is no such plugin %s' % args[0])
irc.error('There is no such plugin %s.' % args[0])
return
command = callbacks.canonicalName(privmsgs.getArgs(args))
# Users might expect "@help @list" to work.