Reduced & updated dependencies.
By default, messages larger than 2.000 characters (sent via tells) get sent via slaves, if these exist. Fixes #3
This commit is contained in:
@@ -30,7 +30,7 @@ class OrgOnlineController(OnlineController):
|
||||
query = "and channel_id IN (1, 2) "
|
||||
params = [self.bot.name, self.bot.get_char_id()]
|
||||
blob = self.online_display.format_by_channel_prof(query, params)
|
||||
self.bot.send_mass_message(request.sender.char_id, self.online_display.format_blob(blob))
|
||||
return self.online_display.format_blob(blob)
|
||||
|
||||
def pre_start(self):
|
||||
super().pre_start()
|
||||
|
||||
Reference in New Issue
Block a user