jsonrpc compliance.
authorThomasV <thomasv@gitorious>
Sat, 19 May 2012 05:35:16 +0000 (09:35 +0400)
committerThomasV <thomasv@gitorious>
Sat, 19 May 2012 05:35:16 +0000 (09:35 +0400)
backends/irc/__init__.py

index 191ec91..036d68d 100644 (file)
@@ -124,6 +124,6 @@ class ServerProcessor(Processor):
             print "unknown method", request
 
         if result!='':
-            response = { 'id':request['id'], 'method':method, 'params':params, 'result':result }
+            response = { 'id':request['id'], 'result':result }
             self.push_response(response)