tell: disallow storing messages for phenny.nick
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user