c38a7a3bb5
* Removes a bunch of /var in procs * reset this * Why wasn't this already?
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
GLOBAL_LIST_EMPTY(clientmessages)
|
|
|
|
/proc/addclientmessage(ckey, message)
|
|
ckey = ckey(ckey)
|
|
if (!ckey || !message)
|
|
return
|
|
if (!(ckey in GLOB.clientmessages))
|
|
GLOB.clientmessages[ckey] = list()
|
|
GLOB.clientmessages[ckey] += message |