diff --git a/plugins/Moobot.py b/plugins/Moobot.py index 21cbf73d7..5e2aa3919 100644 --- a/plugins/Moobot.py +++ b/plugins/Moobot.py @@ -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))