mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Ringer is no longer needed to get Ntmessengers recieved. (#69498)
* When getting a message, you will have it sent to your chat regardless of ringer status, as it's unrelated to the ringtone being on/off.
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
if(signal.data["emojis"] == TRUE)//so will not parse emojis as such from pdas that don't send emojis
|
||||
inbound_message = emoji_parse(inbound_message)
|
||||
|
||||
if(ringer_status && L.is_literate())
|
||||
if(L.is_literate())
|
||||
to_chat(L, "<span class='infoplain'>[icon2html(src)] <b>PDA message from [hrefstart][signal.data["name"]] ([signal.data["job"]])[hrefend], </b>[inbound_message] [reply]</span>")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user