mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Added period (yeah, I'm anal)
This commit is contained in:
parent
6b4636e8ae
commit
336c6fdff9
@ -323,7 +323,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
||||
irc.addCallback(callback)
|
||||
irc.reply(msg, conf.replySuccess)
|
||||
else:
|
||||
irc.error(msg, 'There was no callback %s' % name)
|
||||
irc.error(msg, 'There was no callback %s.' % name)
|
||||
|
||||
def unload(self, irc, msg, args):
|
||||
"""<callback name>
|
||||
|
Loading…
Reference in New Issue
Block a user