Pass sources to IRC client

This commit is contained in:
Mark Veidemanis 2022-03-16 18:52:51 +00:00
parent 1827bf5fff
commit ef1056c140
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ class IRCBotFactory(protocol.ClientFactory):
self.client = prcol
setattr(self.client, "agora", self.agora)
setattr(self.client, "sinks", self.sinks)
setattr(self.client, "sources", self.sources)
setattr(self.client, "tx", self.tx)
setattr(self.client, "ux", self.ux)
return prcol