X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=methsoc-freenode.py;h=4c994cb64b98c28ffde6d06f7d22b9e3f78e0e79;hb=d8ac6968378475b0946a0602ea0e4f78f3a94d59;hp=91d170cca9986be230f2a8f11363aab19e00c962;hpb=9d2d9009f1b354993ccf5a2c707e079b41f14ead;p=irc.git diff --git a/methsoc-freenode.py b/methsoc-freenode.py old mode 100755 new mode 100644 index 91d170c..4c994cb --- a/methsoc-freenode.py +++ b/methsoc-freenode.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):