diff options
author | MadCamel <madcamel@gmail.com> | 2010-08-26 13:59:45 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-08-26 13:59:45 -0400 |
commit | e6958780f0266e20f86de79c50aa227a5612d605 (patch) | |
tree | ba7fa5ed20b62f4c2a78e56c136cdc3552008b7f /src/map/atcommand.h | |
parent | 117ef86613f187f4afa88947f60cf4a683fb6ee7 (diff) | |
download | tmwa-e6958780f0266e20f86de79c50aa227a5612d605.tar.gz tmwa-e6958780f0266e20f86de79c50aa227a5612d605.tar.bz2 tmwa-e6958780f0266e20f86de79c50aa227a5612d605.tar.xz tmwa-e6958780f0266e20f86de79c50aa227a5612d605.zip |
Added ipcheck GM command
usage: ipcheck <char name>
This new command defaults to level 60 and displays all characters
currently online from the same IP address. It does not reveal the
actual IP address.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index afb7db5..859ac6b 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -183,6 +183,7 @@ enum AtCommandType AtCommand_IterateForward, AtCommand_IterateBackward, AtCommand_Wgm, + AtCommand_IpCheck, AtCommand_ListNearby, // [fate] // end AtCommand_Unknown, |