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")