chiark / gitweb /
Another day, another trout
[irc.git] / acrobat-chiark-0.2.py
index 1725642aa0eb3a623511de9cf36052457ce12810..63f52e3b38cf7cd7fc5f4450878cd4a4542f6a76 100755 (executable)
@@ -51,7 +51,7 @@ class Acrobat(SingleServerIRCBot):
         self.owner = owner
         self.quotatime = time.time()
         #List of known !commands we respond to
-        self.known =['karma','trout','info','die','quiet','list','google','say','do']
+        self.known =['karma','trout','info','die','quiet','list','google','say','do','reload']
         #Configurable stuff - how often do we add how many fish?
         self.cur_fish=5
         self.max_fish=5       #Maximum of 5 fish
@@ -228,8 +228,6 @@ class Acrobat(SingleServerIRCBot):
                 if self.cur_fish>self.max_fish:
                     self.cur_fish=self.max_fish
                 self.quotatime=time.time()
-                print self.cur_fish
-                print self.quotatime
 
     # quit irc
     def quit(self, cmd, nick, conn, public):