Просмотр исходного кода

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

svn: 1696
Bryan Drewery 21 лет назад
Родитель
Сommit
176f26520d
2 измененных файлов с 1 добавлено и 2 удалено
  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.
 * All bots are now spawned with -B regardless of order in config.
 * +m no longer implies +j.
+* Fixed irc authing only working on +c bots (should be like this, but isnt needed soon)
 
 1.2
 * 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;
 
-  if (!ischanhub()) 
-    return 0;
   if (!u) 
     return 0;
   if (match_my_nick(nick))