BitGit
/
stratum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
f5e9e2e
)
send server version on request
0.1
author
ThomasV
<thomasv@gitorious>
Wed, 20 Jun 2012 13:06:25 +0000 (17:06 +0400)
committer
ThomasV
<thomasv@gitorious>
Wed, 20 Jun 2012 13:06:25 +0000 (17:06 +0400)
backends/irc/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/backends/irc/__init__.py
b/backends/irc/__init__.py
index
9c8bfe2
..
8b35e2c
100644
(file)
--- a/
backends/irc/__init__.py
+++ b/
backends/irc/__init__.py
@@
-130,7
+130,7
@@
class ServerProcessor(Processor):
result = self.get_peers()
elif method == 'server.version':
- result = 'ok'
+ result = VERSION
elif method == 'server.stop':
self.shared.stop()