From aeba3d30795766e3a56f4ec1049e213630350f01 Mon Sep 17 00:00:00 2001 From: Jonathan Harker Date: Wed, 19 Dec 2012 13:49:56 +1300 Subject: [PATCH] Update help message. --- lolbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lolbot.py b/lolbot.py index fdfe6f0..e196266 100755 --- a/lolbot.py +++ b/lolbot.py @@ -112,7 +112,7 @@ class LolBot(irc.IRCClient): SqlBase.metadata.create_all() self.get_session = sessionmaker(bind=self.dbengine) - self.helptext = "Keeps a list of URLs. Commands: list [n|x-y] - prints the last 10 URLs (or n URLs, or x through y); clear - clears the list; lol - say something funny; - adds the URL to the list; help - this message." + self.helptext = "Keeps a list of URLs. Commands: list [n|x-y] - prints the last 10 URLs (or n URLs, or x through y); clear - clears the list; - adds the URL to the list; help - this message." def now(self): return datetime.today().strftime("%Y-%m-%d %H:%M:%S")