X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=Servus-artichoke.py;fp=Servus-artichoke.py;h=1fa4d2db56fe7be8fe0f3870da5f3170815395f3;hb=4f8f3c5d1074c14cd5e692f0544301adebde04d5;hp=d3c9259fa6ee0721a39bcf9dff90f96aac8303a5;hpb=a9697a39209a51ab6688857273882065fda9de31;p=irc.git diff --git a/Servus-artichoke.py b/Servus-artichoke.py index d3c9259..1fa4d2d 100755 --- a/Servus-artichoke.py +++ b/Servus-artichoke.py @@ -40,7 +40,7 @@ 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 (c.FishPond): +class Fish (c.FishPond): cur_fish=5 max_fish=5 nofish_time=60 @@ -48,6 +48,8 @@ class fish (c.FishPond): fish_inc=2 Boring_Git='Nobody' +fish = Fish() + # load a file full of flirts or trouts def __load(filename): try: