chiark / gitweb /
new trout from Emperor inspired by jpmg
[irc.git] / socbi.py
index d673e7b282e573b626776b7cb83e98b0cb3a3bd9..722a585321dcbc1fddc5fdeaee244d772b2340fe 100644 (file)
--- a/socbi.py
+++ b/socbi.py
@@ -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: