chiark / gitweb /
FishPond: Use in all other bots
[irc.git] / methsoc.py
index e1f340cb9101a5a7992ed1255c99604202d142ae..eea952fba4cc1c1b5d521f3af7f993e842708cce 100644 (file)
@@ -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):