X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=Servus-chiark.py;h=45b19a428e799527650e5304d9bfaa5f2b34e78a;hb=6606843b86656d0c7f01b36009feedd4421eb2d2;hp=6d3af24c258625c62231c49635d0b79722e6337c;hpb=5ccd4c4d57f2640277e831fbfd62b5e5d6a40c23;p=irc.git diff --git a/Servus-chiark.py b/Servus-chiark.py index 6d3af24..45b19a4 100755 --- a/Servus-chiark.py +++ b/Servus-chiark.py @@ -42,17 +42,13 @@ 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 - last="" - last_cfg=None # load the "blame" details for a file def loadblame(filename):