Procházet zdrojové kódy

* Fixed irc authing only working on +c bots (should be like this, but isnt needed soon)

svn: 1696
Bryan Drewery před 21 roky
rodič
revize
176f26520d
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 0
      doc/UPDATES
  2. 0 2
      src/mod/irc.mod/msgcmds.c

+ 1 - 0
doc/UPDATES

@@ -48,6 +48,7 @@ This is a summary of ChangeLog basically.
 * Fixed NAT bug for botlinks.
 * Fixed NAT bug for botlinks.
 * All bots are now spawned with -B regardless of order in config.
 * All bots are now spawned with -B regardless of order in config.
 * +m no longer implies +j.
 * +m no longer implies +j.
+* Fixed irc authing only working on +c bots (should be like this, but isnt needed soon)
 
 
 1.2
 1.2
 * No longer displaying SALTS on ./bin -v
 * No longer displaying SALTS on ./bin -v

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

@@ -222,8 +222,6 @@ static int msg_authstart(char *nick, char *host, struct userrec *u, char *par)
 {
 {
   int i = 0;
   int i = 0;
 
 
-  if (!ischanhub()) 
-    return 0;
   if (!u) 
   if (!u) 
     return 0;
     return 0;
   if (match_my_nick(nick))
   if (match_my_nick(nick))