diff options
Diffstat (limited to 'npc/commands/ipcheck.txt')
-rw-r--r-- | npc/commands/ipcheck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt index eab4e825a..df72e1f5a 100644 --- a/npc/commands/ipcheck.txt +++ b/npc/commands/ipcheck.txt @@ -15,7 +15,7 @@ OnCall: .@request$ = strcharinfo(0); else .@request$ = implode(.@atcmd_parameters$, " "); - dispbottom strcharinfo(0)+": IP "getcharip(.@request$); + dispbottom strcharinfo(0)+": IP "+getcharip(.@request$); end; OnInit: |