chiark / gitweb /
new trout from rejs ( https://twitter.com/kingsbookstore/status/1620432807196778496 )
[irc.git] / methsoc.py
index e1f340cb9101a5a7992ed1255c99604202d142ae..31988642dfd057dfc98d7ae9b96b6f3a23842c1a 100644 (file)
@@ -37,15 +37,15 @@ 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
+
+fish = Fish()
 
 # load a file full of flirts or trouts
 def __load(filename):