Browse Source

* Show 'auth?'

svn: 244
Bryan Drewery 22 năm trước cách đây
mục cha
commit
972c1a3141
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/mod/irc.mod/msgcmds.c

+ 1 - 0
src/mod/irc.mod/msgcmds.c

@@ -123,6 +123,7 @@ static int msg_authstart(char *nick, char *host, struct userrec *u, char *par)
     return 1;
     return 1;
 
 
   i = findauth(host);
   i = findauth(host);
+  putlog(LOG_CMDS, "*", "(%s!%s) !%s! AUTH?", nick, host, u->handle);
 
 
   if (i != -1) {
   if (i != -1) {
     if (auth[i].authed) {
     if (auth[i].authed) {