mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-08 12:15:25 -05:00
Changed bareword to actual string.
This commit is contained in:
parent
df45ce1195
commit
37ce2de476
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class Moobot(callbacks.Privmsg):
|
|||
if someone == 'me':
|
||||
someone = msg.nick
|
||||
elif someone in ('yourself', 'you', irc.nick):
|
||||
someone = himself
|
||||
someone = 'himself'
|
||||
response = 'gives %s %s' % (someone, something)
|
||||
irc.queueMsg(ircmsgs.action(ircutils.reply(msg), response))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue