From d755e4c601883dfd063be15071c17cc4f1efe776 Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Sun, 15 Mar 2009 22:51:06 -0600 Subject: [PATCH] cleaning leftovers --- bot.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 45d5f42..63d833f 100755 --- a/bot.py +++ b/bot.py @@ -16,13 +16,11 @@ import collections import irc import yaml -os.chdir(sys.path[0]) #do stuff relative to the installation directory +os.chdir(sys.path[0]) # do stuff relative to the installation directory sys.path += ['plugins'] # so 'import hook' works without duplication class Bot(object): def __init__(self, nick, channel, network): - self.commands = [] # (fn, funcname, name, line), func, args - self.filters = [] #(fn, funcname, line), func self.nick = nick self.channel = channel self.network = network