X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=Servus-artichoke.py;h=1fa4d2db56fe7be8fe0f3870da5f3170815395f3;hb=d8ac6968378475b0946a0602ea0e4f78f3a94d59;hp=b737b892e27c95dc1b968f536bc9b2f27de3f8b1;hpb=9a8c6f919c6e2df251c611630a1d4bdfb4205548;p=irc.git diff --git a/Servus-artichoke.py b/Servus-artichoke.py old mode 100644 new mode 100755 index b737b89..1fa4d2d --- a/Servus-artichoke.py +++ b/Servus-artichoke.py @@ -40,15 +40,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):