From dd36cc99bb93006b87ee7fc63fd9cfd046d5087e Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 7 Feb 2002 01:46:29 +0000 Subject: [PATCH] add the 'reload' command to the list output --- acrobat-chiark-0.2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2