From 3e8ed35aeac07c0e175828f1f575051fad39c023 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 21 Jul 2016 18:16:15 -0700 Subject: [PATCH] clientbot: stub kill() and numeric() --- protocols/clientbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/clientbot.py b/protocols/clientbot.py index 25e175f..858a2e6 100644 --- a/protocols/clientbot.py +++ b/protocols/clientbot.py @@ -174,7 +174,7 @@ class ClientbotWrapperProtocol(Protocol): def _stub(self, *args): """Stub outgoing command function (does nothing).""" return - away = mode = topic = topicBurst = knock = updateClient = _stub + kill = away = mode = topic = topicBurst = knock = updateClient = numeric = _stub def handle_events(self, data): """Event handler for the RFC1459/2812 (clientbot) protocol."""