Fix for mrelay, and blobs. (Spotted by Luckycharmmz/VA - ty for the fixing assistance!)
Orgmembers will nolonger get invited into the priv channel of their orgbot.. (on reboot only) Added Nickname to !history (only useful for !history char_id>)
This commit is contained in:
@@ -333,6 +333,7 @@ class AllianceRelay:
|
||||
self.logger.warning("##FIX ME## No relay command set!")
|
||||
if message[:len(rcmd)] != rcmd:
|
||||
return
|
||||
message = message.replace("\n", "<br>")
|
||||
message = re.match(f"{rcmd} \[(.+?)\] (.+?): (.+)", message)
|
||||
if not message:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user