summaryrefslogtreecommitdiff
path: root/subscriber.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-10-15 11:54:00 +0200
committerFlorian Jung <flo@windfisch.org>2015-10-15 11:54:00 +0200
commit872033916df971b2e172209151d44236455011c4 (patch)
treef36b029ad18be72bf003ba5da6ec633253c6b6cd /subscriber.py
parent9bb61ef9f591e7d87f7a6cafec95f80278cce241 (diff)
parent4638ab90d947db216c87c6bb07681088220511b3 (diff)
Merge branch 'master' into pathfindingpathfinding
Diffstat (limited to 'subscriber.py')
-rw-r--r--subscriber.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subscriber.py b/subscriber.py
index 54c03cc..27cdfd3 100644
--- a/subscriber.py
+++ b/subscriber.py
@@ -13,6 +13,9 @@ class DummySubscriber:
def on_sock_closed(self):
log("on sock closed")
+ def on_server_version(self, number, text):
+ pass
+
def on_message_error(self,s):
log("on msg err "+s)