chiark / gitweb /
new trout from rejs ( https://twitter.com/kingsbookstore/status/1620432807196778496 )
[irc.git] / Servus-artichoke.py
index d3c9259fa6ee0721a39bcf9dff90f96aac8303a5..1fa4d2db56fe7be8fe0f3870da5f3170815395f3 100755 (executable)
@@ -40,7 +40,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
@@ -48,6 +48,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: