1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

use /query $mud instead of /mud

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 2016-07-21 00:45:09 +02:00
parent 4176e267d8
commit 484b6440dc
2 changed files with 8 additions and 9 deletions

View file

@ -41,7 +41,7 @@ parse(all) {
#ifdef _flag_log_sockets_telnet_outgoing
log_file("RAW_TN_OUT", "%O < %O\n", ME, all);
#endif
iconv(all, "ASCII//TRANSLIT", SYSTEM_CHARSET);
if (all && all != "") iconv(all, "ASCII//TRANSLIT", SYSTEM_CHARSET);
if (owner) sendmsg(owner,
"_notice_telnet_verbatim", "[_text_verbatim]",
([ "_text_verbatim": all ]));