3
0
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:
James Lu 2016-04-17 22:22:38 -07:00
parent fbd71a88f5
commit 9d28be1dc8

View File

@ -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):