mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Typo fixes.
This commit is contained in:
parent
ef4aed0db3
commit
7703e3f4d7
@ -89,7 +89,7 @@ class Dunno(callbacks.Privmsg):
|
||||
return "No dunno's available, add some with dunnoadd."
|
||||
dunno = cursor.fetchone()[0]
|
||||
dunno = dunno.replace('$who', msg.nick)
|
||||
irc.reply(msg, text, prefixName=false)
|
||||
irc.reply(msg, dunno, prefixName=False)
|
||||
return True
|
||||
|
||||
def add(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user