From 39594c6646198ae7a713d3b8fc704cf2577165fc Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 1 Feb 2014 18:58:47 +0100 Subject: [PATCH] [Tell] Python is confusing sometimes --- tell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tell.py b/tell.py index ebc0f76..8b0aeb5 100755 --- a/tell.py +++ b/tell.py @@ -47,6 +47,7 @@ def tell(phenny, input): tell.commands = ["tell"] def checktell(phenny, input): + global tell_diskwriteinterval, tell_lastdiskwrite, tell_lastlisthash, tell_pending for e in tell_list: if e[2].lower() == input.nick.lower(): phenny.say("%s: %s <%s> %s" % (input.nick, time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(e[4])), e[1], e[3]))