changeset 194:5af6c828c606

minor fix to commands.py that I forgot to stage with the previous commit Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 21 Feb 2010 15:40:57 +0100
parents c2a8586e64b5
children e4ceefab8ba5
files commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):