mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 23:09:23 +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].topic = text
|
||||||
self.irc.channels[target].topicset = True
|
self.irc.channels[target].topicset = True
|
||||||
|
|
||||||
|
def updateClient(self, target, field, text):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
### HANDLERS
|
### HANDLERS
|
||||||
|
|
||||||
def connect(self):
|
def connect(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user