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:
@@ -120,7 +120,7 @@ class CharacterInfoController:
|
||||
msg = ChatBlob(f"Basic Info for {char.name}", blob)
|
||||
else:
|
||||
msg = f"Could not find character <highlight>{char.name}</highlight> on RK{dimension:d}."
|
||||
if request.channel == "msg":
|
||||
if request.channel == "msg" and request.conn.id == "main":
|
||||
self.bot.send_mass_message(request.sender.char_id, msg)
|
||||
else:
|
||||
request.reply(msg)
|
||||
|
||||
Reference in New Issue
Block a user