# HG changeset patch # User Charly COSTE # Date 1266763257 -3600 # Node ID 5af6c828c606df73b86eef783f3c402c610a5068 # Parent c2a8586e64b52b96fc2b176a456079f2824301d2 minor fix to commands.py that I forgot to stage with the previous commit Signed-off-by: Charly COSTE diff --git a/commands.py b/commands.py --- a/commands.py +++ b/commands.py @@ -271,7 +271,7 @@ def restart_bridges(bot, command, args_a def stop_bot(bot, command, args_array, bridge): bot.stop() - return 'Bot stopped.' + return def stop_bridges(bot, command, args_array, bridge):