chiark / gitweb /
new flirts from rejs
[irc.git] / assassins.py
index 77e5b3d79c8f029cff4ba0a8f2d3596dbf4a94f2..dc6573641d41fcfa69d374047c5c2f85c8a98d89 100755 (executable)
@@ -37,7 +37,7 @@ 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 (c.FishPond):
+class Fish (c.FishPond):
        cur_fish=5
        max_fish=5
        nofish_time=60
@@ -45,6 +45,8 @@ class fish (c.FishPond):
        fish_inc=2
        Boring_Git='Nobody'
 
+fish = Fish()
+
 # load a file full of flirts or trouts
 def __load(filename):
     try: