1
0
Эх сурвалжийг харах

* Auto FiSH Key exchange when accepting users

Bryan Drewery 15 жил өмнө
parent
commit
1dcebd474e

+ 1 - 0
src/mod/server.mod/servmsg.c

@@ -1915,6 +1915,7 @@ static int got718(char *from, char *msg)
         putlog(LOG_WALL, "*", "(CALLERID) !%s! (%s!%s) %s (Accepting user)", u->handle, nick, uhost, msg);
         dprintf(DP_HELP, "ACCEPT %s\n", nick);
         dprintf(DP_HELP, "PRIVMSG %s :You have been accepted. Please send your message again.\n", nick);
+        keyx(nick);
       } else {
         putlog(LOG_WALL, "*", "(CALLERID) !%s! (%s!%s) %s (User is not +o or +v)", u->handle, nick, uhost, msg);
       }