X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=Servus-chiark.py;h=f0be526abdf5f855cf5cb77ac6ac126032397c23;hb=d8ac6968378475b0946a0602ea0e4f78f3a94d59;hp=45b19a428e799527650e5304d9bfaa5f2b34e78a;hpb=6606843b86656d0c7f01b36009feedd4421eb2d2;p=irc.git diff --git a/Servus-chiark.py b/Servus-chiark.py index 45b19a4..f0be526 100755 --- a/Servus-chiark.py +++ b/Servus-chiark.py @@ -42,7 +42,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 @@ -50,6 +50,8 @@ class fish (c.FishPond): fish_inc=2 Boring_Git='Nobody' +fish = Fish() + # load the "blame" details for a file def loadblame(filename): p=subprocess.Popen(["git","blame","-s",filename],