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/ucp.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/ucp.txt')
-rw-r--r-- | npc/commands/ucp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index 40f8ebaf3..c7f92d906 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -59,6 +59,7 @@ function script UserCtrlPanel { "accid", getcharid(3), "pin", rand2(10000)); debugmes .@msg$; + consoleinfo("%s requested a PinCode.", strcharinfo(0)); api_send(API_PINCODE, .@msg$); #FIRST_TIME=2; mesc l("PinCode created, an email should arrive within 15 minutes."), 3; |