aboutsummaryrefslogtreecommitdiff
path: root/IRCBot.py
diff options
context:
space:
mode:
Diffstat (limited to 'IRCBot.py')
-rw-r--r--IRCBot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/IRCBot.py b/IRCBot.py
index 76d6e304..c9306a4a 100644
--- a/IRCBot.py
+++ b/IRCBot.py
@@ -5,6 +5,7 @@ import ModuleManager, Timer
class Bot(object):
def __init__(self):
+ self.start_time = time.time()
self.lock = threading.Lock()
self.args = None
self.database = None