# HG changeset patch # User Charly COSTE # Date 1264005891 -3600 # Node ID d3b619cd60fbb2e907977e00cf097734d5b51da1 # Parent f4997d50e93b23dfaf7879e2b882b22383eadf93 minor fix of the output of the change-bridges-mode command Signed-off-by: Charly COSTE diff --git a/commands.py b/commands.py --- a/commands.py +++ b/commands.py @@ -148,7 +148,7 @@ def change_bridges_mode(bot, command, ar for found_bridge in found_bridges: r = found_bridge.changeMode(args.new_mode) if r: - ret += r + ret += r+'\n' if ret: return ret