diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-19 13:48:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-19 13:48:01 -0300 |
commit | a2d4baf42cad6cb9641593898f799cf057ce87db (patch) | |
tree | 5ce9b5362c03dc09ef147b6538573ce845b67ba5 /npc/commands/ipcheck.txt | |
parent | ab181c3d6acc4411aa50164f5bd6267cf2649415 (diff) | |
download | serverdata-a2d4baf42cad6cb9641593898f799cf057ce87db.tar.gz serverdata-a2d4baf42cad6cb9641593898f799cf057ce87db.tar.bz2 serverdata-a2d4baf42cad6cb9641593898f799cf057ce87db.tar.xz serverdata-a2d4baf42cad6cb9641593898f799cf057ce87db.zip |
Fix @ipcheck report
Diffstat (limited to 'npc/commands/ipcheck.txt')
-rw-r--r-- | npc/commands/ipcheck.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt index 83525206a..a610c84cd 100644 --- a/npc/commands/ipcheck.txt +++ b/npc/commands/ipcheck.txt @@ -15,7 +15,8 @@ OnCall: .@request$ = strcharinfo(0); else .@request$ = implode(.@atcmd_parameters$, " "); - dispbottom strcharinfo(0)+": IP "+getcharip(.@request$); + dispbottom strip(.@request$)+": IP "+getcharip(.@request$); + //dispbottom strcharinfo(0)+": IP "+getcharip(.@request$); end; OnInit: |