Adds PDA chatroom

This commit is contained in:
Tastyfish
2016-03-18 16:45:12 -04:00
parent f3ccadcc68
commit 7c3667ecb8
18 changed files with 583 additions and 190 deletions
@@ -149,7 +149,7 @@
return
data["receiver_off"] = M.toff
data["ringer_off"] = M.silent
data["ringer_off"] = M.notify_silent
data["current_ref"] = null
data["current_name"] = user.current_pda_messaging
@@ -205,7 +205,7 @@
M.toff = href_list["toggler"] != "1"
return 1
else if(href_list["ringer"])
M.silent = href_list["ringer"] != "1"
M.notify_silent = href_list["ringer"] != "1"
return 1
else if(href_list["select"])
var/s = href_list["select"]