log commands.py @ 233:4ad8e985c7d3

age author description
Sun, 07 Mar 2010 17:06:26 +0100 Charly COSTE (commands) convert unicode to string before passing it to shlex
Sat, 06 Mar 2010 22:55:47 +0100 Charly COSTE merged Bot.find_bridges and Bot.get_bridges into Bot.iter_bridges, btw we don't need to lock Bot.bridges because lists don't raise RuntimeError
Thu, 25 Feb 2010 23:29:39 +0100 Charly COSTE renamed camelCased functions
Sun, 21 Feb 2010 15:40:57 +0100 Charly COSTE minor fix to commands.py that I forgot to stage with the previous commit
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