From: matthew Date: Thu, 7 Feb 2002 01:46:29 +0000 (+0000) Subject: add the 'reload' command to the list output X-Git-Tag: upstream_0_3~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=cc0ca9ea899fe3f55b1b3cc5d1fb7d0ac98cb5bb;p=irc.git add the 'reload' command to the list output --- diff --git a/acrobat-chiark-0.2.py b/acrobat-chiark-0.2.py index 1725642..f520749 100755 --- a/acrobat-chiark-0.2.py +++ b/acrobat-chiark-0.2.py @@ -51,7 +51,7 @@ class Acrobat(SingleServerIRCBot): self.owner = owner self.quotatime = time.time() #List of known !commands we respond to - self.known =['karma','trout','info','die','quiet','list','google','say','do'] + self.known =['karma','trout','info','die','quiet','list','google','say','do','reload'] #Configurable stuff - how often do we add how many fish? self.cur_fish=5 self.max_fish=5 #Maximum of 5 fish