slightly improved messages
[electrum-server.git] / backends / irc / __init__.py
index 0c06d80..e70746c 100644 (file)
@@ -149,7 +149,7 @@ class ServerProcessor(Processor):
 
         elif method == 'server.stop':
             self.shared.stop()
-            result = 'ok'
+            result = 'stopping, please wait until all threads terminate.'
 
         elif method == 'server.info':
             result = map(lambda s: { "time":s.time,