X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=test-chiark.py;h=4cc48149809206e54e2efe774604628a50bdf547;hb=d8ac6968378475b0946a0602ea0e4f78f3a94d59;hp=f98507932e8f56648a870933470a4bcb9656b94c;hpb=4e0c0766015ee046d4ffe15b685ff5a4e59fd2d6;p=irc.git diff --git a/test-chiark.py b/test-chiark.py index f985079..4cc4814 100644 --- a/test-chiark.py +++ b/test-chiark.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):