mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
death the query_server_unl()
This commit is contained in:
parent
14c65f90a8
commit
821fb55b20
23 changed files with 54 additions and 62 deletions
|
@ -99,7 +99,7 @@ msg(source, mc, data, mapping vars, showingLog) {
|
|||
#if 0
|
||||
if (rendered[i] == vars["_nick"]) {
|
||||
// this only happens with local users
|
||||
rendered[i] = query_server_unl() +"~"+ rendered[i];
|
||||
rendered[i] = SERVER_UNIFORM +"~"+ rendered[i];
|
||||
}
|
||||
#endif
|
||||
packet += psyctext(template, ([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue