tell: disallow storing messages for phenny.nick

This commit is contained in:
mutantmonkey
2012-02-18 03:38:22 -05:00
parent 61e3b91ab7
commit 22cc890e73

View File

@@ -76,7 +76,7 @@ def f_remind(phenny, input):
return phenny.reply('That nickname is too long.')
timenow = time.strftime('%d %b %H:%MZ', time.gmtime())
if not tellee in (teller.lower(), phenny.nick, 'me'): # @@
if not tellee in (teller.lower(), phenny.nick.lower(), 'me'): # @@
# @@ <deltab> and year, if necessary
warn = False
if tellee not in phenny.reminders: