Send to lobby (#8983)

This commit is contained in:
Afya212
2020-06-02 19:01:43 -03:00
committed by GitHub
parent 52965f9b17
commit b97ee4d694
3 changed files with 67 additions and 1 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ proc/admin_notice(var/message, var/rights)
if(M.client)
body += "| <A HREF='?src=\ref[src];sendtoprison=\ref[M]'>Prison</A> | "
body += "<a href='?src=\ref[src];admin_wind_player=\ref[M]'>Wind</a>"
body += "<a href='?src=\ref[src];admin_wind_player=\ref[M]'>Wind</a> | "
body += "\ <A HREF='?src=\ref[src];sendbacktolobby=\ref[M]]'>Send back to Lobby</A>"
var/muted = M.client.prefs.muted
body += {"<br><b>Mute: </b>
\[<A href='?src=\ref[src];mute=\ref[M];mute_type=[MUTE_IC]'><font color='[(muted & MUTE_IC)?"red":"blue"]'>IC</font></a> |