Update help message.
This commit is contained in:
parent
679f6b9bcb
commit
aeba3d3079
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class LolBot(irc.IRCClient):
|
||||||
SqlBase.metadata.create_all()
|
SqlBase.metadata.create_all()
|
||||||
self.get_session = sessionmaker(bind=self.dbengine)
|
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):
|
def now(self):
|
||||||
return datetime.today().strftime("%Y-%m-%d %H:%M:%S")
|
return datetime.today().strftime("%Y-%m-%d %H:%M:%S")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue