[Tell] Fix it

master
Sfan5 2014-02-01 19:03:01 +01:00
parent 39594c6646
commit 6161e183ae
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ def tell(phenny, input):
return phenny.say("I'm not dumb, you know?")
d = (teller, target, text, int(time.time()))
tell_list.append(d)
tell_pending.append(("INSERT INTO tell (nick, tellee, msg, time) VALUES (?,?,?,?)", d))
response = "I'll pass that on when %s is around" % target