diff options
Diffstat (limited to 'npc')
-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: |