mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +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."
|
return "No dunno's available, add some with dunnoadd."
|
||||||
dunno = cursor.fetchone()[0]
|
dunno = cursor.fetchone()[0]
|
||||||
dunno = dunno.replace('$who', msg.nick)
|
dunno = dunno.replace('$who', msg.nick)
|
||||||
irc.reply(msg, text, prefixName=false)
|
irc.reply(msg, dunno, prefixName=False)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def add(self, irc, msg, args):
|
def add(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user