summaryrefslogtreecommitdiff
path: root/subscriber.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-10-15 11:53:18 +0200
committerFlorian Jung <flo@windfisch.org>2015-10-15 11:53:18 +0200
commit4638ab90d947db216c87c6bb07681088220511b3 (patch)
treeeb80a944f8e8bc9d8e70cc7e0b58f67f5d287cc5 /subscriber.py
parentb6730116365c37a7dd6e822dc46896f81d8e56ee (diff)
update to newer agarnet
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)