chiark / gitweb /
FishPond: Use in all other bots
[irc.git] / socbi.py
index da7d343267e15a66e62b1a095b9c31284c73b73d..d673e7b282e573b626776b7cb83e98b0cb3a3bd9 100644 (file)
--- a/socbi.py
+++ b/socbi.py
@@ -37,15 +37,13 @@ import commands as c
 
 # This fishpond is shared between trouts and flirts.  It doesn't have to be;
 # you can define as many ponds as you like.
-class fish:
+class fish (c.FishPond):
        cur_fish=5
        max_fish=5
        nofish_time=60
        fish_time_inc=60
        fish_inc=2
-       DoS=0
        Boring_Git='Nobody'
-       quotatime=0
 
 # load a file full of flirts or trouts
 def __load(filename):