mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Adds MultiZ chat filter (#15849)
* Attempt at making a multi-z chat filter * Adds MultiZ chat filter * Runtime fix
This commit is contained in:
@@ -222,6 +222,8 @@
|
||||
if(M)
|
||||
if(isobserver(M))
|
||||
message = "<span class='emote'><B>[src]</B> ([ghost_follow_link(src, M)]) [input]</span>"
|
||||
if(usr && usr.client && M && !(get_z(usr) == get_z(M)))
|
||||
message = "<span class='multizsay'>[message]</span>"
|
||||
M.show_message(message, m_type)
|
||||
M.create_chat_message(src, "[runemessage]", FALSE, list("emote"), (m_type == AUDIBLE_MESSAGE))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user