From a2d4baf42cad6cb9641593898f799cf057ce87db Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Mar 2019 13:48:01 -0300 Subject: Fix @ipcheck report --- npc/commands/ipcheck.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/commands') 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: -- cgit v1.2.3-70-g09d2