mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +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':
|
if someone == 'me':
|
||||||
someone = msg.nick
|
someone = msg.nick
|
||||||
elif someone in ('yourself', 'you', irc.nick):
|
elif someone in ('yourself', 'you', irc.nick):
|
||||||
someone = himself
|
someone = 'himself'
|
||||||
response = 'gives %s %s' % (someone, something)
|
response = 'gives %s %s' % (someone, something)
|
||||||
irc.queueMsg(ircmsgs.action(ircutils.reply(msg), response))
|
irc.queueMsg(ircmsgs.action(ircutils.reply(msg), response))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user