This commit is contained in:
deathbybandaid 2022-02-09 18:06:38 -05:00
parent 28a29c2861
commit 4751b1c2ba

View File

@ -26,13 +26,16 @@ class Comms():
self.backend = bot.backend
self.dispatch = bot.dispatch
def hostmask_set(self, bot):
self.hostmask = bot.hostmask
@property
def botnick(self):
return self.config.core.nick
@property
def bothostmask(self):
return self.bot.hostmask
return self.hostmask
def write(self, args, text=None):
while not self.backend: