mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
clientbot: stub updateClient too
This commit is contained in:
parent
7a93c1bbb1
commit
dac043a1b6
@ -169,7 +169,7 @@ class ClientbotWrapperProtocol(Protocol):
|
||||
def _stub(self, *args):
|
||||
"""Stub outgoing command function (does nothing)."""
|
||||
return
|
||||
away = mode = topic = topicBurst = invite = knock = _stub
|
||||
away = mode = topic = topicBurst = invite = knock = updateClient = _stub
|
||||
|
||||
def handle_events(self, data):
|
||||
"""Event handler for the RFC1459/2812 (clientbot) protocol."""
|
||||
|
Loading…
Reference in New Issue
Block a user