changeset 168:d3b619cd60fb

minor fix of the output of the change-bridges-mode command Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Wed, 20 Jan 2010 17:44:51 +0100
parents f4997d50e93b
children 271c35321497
files commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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