chiark / gitweb /
new trout from rejs ( https://twitter.com/kingsbookstore/status/1620432807196778496 )
[irc.git] / assassins.py
index b6ed9572ed9802f70d9f2e4f3cd5ca6de4022b49..dc6573641d41fcfa69d374047c5c2f85c8a98d89 100755 (executable)
@@ -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):