Update help message.

This commit is contained in:
Jonathan Harker 2012-12-19 13:49:56 +13:00
parent 679f6b9bcb
commit aeba3d3079

View file

@ -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; <url> - 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; <url> - adds the URL to the list; help - this message."
def now(self):
return datetime.today().strftime("%Y-%m-%d %H:%M:%S")