log commands.py @ 183:8f67684fee23

age author description
Sat, 13 Feb 2010 16:32:28 +0100 Charly COSTE added a required "importance" argument to Bot.error()
Mon, 08 Feb 2010 18:55:36 +0100 Charly COSTE catch all exceptions in commands.py
Wed, 03 Feb 2010 18:40:47 +0100 Charly COSTE added "--sort" option to the "connections" command
Wed, 20 Jan 2010 17:44:51 +0100 Charly COSTE minor fix of the output of the change-bridges-mode command
Tue, 19 Jan 2010 09:28:11 +0100 Charly COSTE changed the commands that modify bridges
Tue, 19 Jan 2010 07:43:26 +0100 Charly COSTE added a stop-bot command
Sun, 17 Jan 2010 23:24:00 +0100 Charly COSTE fixed the halt command
Sun, 17 Jan 2010 22:55:26 +0100 Charly COSTE added a "debug" command to be able to change the value of Bot.debug without restarting the bot
Sun, 17 Jan 2010 12:31:59 +0100 Charly COSTE added 3 commands: connections, irc-connections and xmpp-connections
Sun, 17 Jan 2010 11:41:56 +0100 Charly COSTE minor fix in commands (unbound variable)
Fri, 15 Jan 2010 23:11:25 +0100 Charly COSTE moved commands to a separate file