X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=backends%2Firc%2F__init__.py;h=e70746ca61183c574f401c4b54417370db917948;hp=0c06d8097612c15ba815494e652cb26fc4f29c27;hb=f7e00a67fa936e9c63c465d5ad7bfd7fb4eaa664;hpb=fcf7076e578cffcd672a6bcf23d0459fc076fef5 diff --git a/backends/irc/__init__.py b/backends/irc/__init__.py index 0c06d80..e70746c 100644 --- a/backends/irc/__init__.py +++ b/backends/irc/__init__.py @@ -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,