mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
nefarious: updateClient stub
This commit is contained in:
parent
fbd71a88f5
commit
9d28be1dc8
@ -561,6 +561,9 @@ class P10Protocol(Protocol):
|
||||
self.irc.channels[target].topic = text
|
||||
self.irc.channels[target].topicset = True
|
||||
|
||||
def updateClient(self, target, field, text):
|
||||
raise NotImplementedError
|
||||
|
||||
### HANDLERS
|
||||
|
||||
def connect(self):
|
||||
|
Loading…
Reference in New Issue
Block a user