X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=socbi.py;h=722a585321dcbc1fddc5fdeaee244d772b2340fe;hb=d8ac6968378475b0946a0602ea0e4f78f3a94d59;hp=da7d343267e15a66e62b1a095b9c31284c73b73d;hpb=9a8c6f919c6e2df251c611630a1d4bdfb4205548;p=irc.git diff --git a/socbi.py b/socbi.py index da7d343..722a585 100644 --- a/socbi.py +++ b/socbi.py @@ -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):