diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
commit | 4e3eb2b1fdc7000571bc955a284fdd644a8abea8 (patch) | |
tree | 38636d308eae05a52f456628486ceafe700c153a /npc/commands/super-menu.txt | |
parent | 03bad31d7fe788a25a91e1097c376a763f560713 (diff) | |
download | serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.gz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.bz2 serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.xz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.zip |
Update some of the debugmes for usage with syslog facility
Diffstat (limited to 'npc/commands/super-menu.txt')
-rw-r--r-- | npc/commands/super-menu.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index ba01743b3..e20d4501c 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -101,6 +101,7 @@ OnGM: if (.@auth) { announce strcharinfo(0)+" has just logged in services.", bc_all; logmes strcharinfo(0)+" : GM login.", LOGMES_ATCOMMAND; + consoleinfo("%s changed from PC to GM.", strcharinfo(0)); } else { logmes strcharinfo(0)+" : GM Authentication failed.", LOGMES_ATCOMMAND; } @@ -109,6 +110,7 @@ OnGM: OnGMOff: if (is_staff()) { logmes strcharinfo(0)+" : GM logout.", LOGMES_ATCOMMAND; + consoleinfo("%s changed from GM to PC.", strcharinfo(0)); setgroupid(1); } end; |