Procházet zdrojové kódy

* Previos patchset commit log:
* Fixed up request_in to not use myipstr() but to user botuserip
which is obtained by USERHOST on connect.
* Added more cidr support checking
* Auto-unban bans matching the bot or it's ip (with cidr)


svn: 1981

Bryan Drewery před 21 roky
rodič
revize
4d5dda9283
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/mod/server.mod/servmsg.c

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

@@ -924,7 +924,7 @@ static void disconnect_server(int idx, int dolost)
   checked_hostmask = 0;
   floodless = 0;
   botuserhost[0] = 0;
-  botuserip[0] = 0;
+  botuserip[0] = 0; 
   if (dolost) {
     Auth::DeleteAll();
     trying_server = 0;