return response to server.version
authorThomasV <thomasv@gitorious>
Wed, 2 May 2012 14:06:01 +0000 (18:06 +0400)
committerThomasV <thomasv@gitorious>
Wed, 2 May 2012 14:06:01 +0000 (18:06 +0400)
backends/irc/__init__.py

index 099c7c7..191ec91 100644 (file)
@@ -111,7 +111,7 @@ class ServerProcessor(Processor):
             result = self.get_peers()
 
         elif method == 'server.version':
-            pass
+            result = 'ok'
 
         elif method == 'server.stop':
             self.shared.stop()