mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Changed bareword to actual string.
This commit is contained in:
parent
df45ce1195
commit
37ce2de476
@ -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…
Reference in New Issue
Block a user