fixed last commit
authorpk910 <philipp@zoelle1.de>
Sat, 10 Dec 2011 03:53:56 +0000 (04:53 +0100)
committerpk910 <philipp@zoelle1.de>
Sat, 10 Dec 2011 03:53:56 +0000 (04:53 +0100)
src/event_neonserv_join.c

index c38cdddae487c8197916f872e7dee4644d2c1ff5..f3e94ae2a993f5c1a58e4c45cba2a46e2d15bc9c 100644 (file)
@@ -172,7 +172,7 @@ static void neonserv_event_join_async1(struct ClientSocket *client, struct ChanU
         }
     }
     //AUTOINVITE
-    if((user->flags & USERFLAG_ISAUTHED) && !chanuserrow || !strcmp(chanuserrow[3], "0") || time(0) - atol(chanuserrow[3]) >= 30) {
+    if((user->flags & USERFLAG_ISAUTHED) && (!chanuserrow || !strcmp(chanuserrow[3], "0") || time(0) - atol(chanuserrow[3]) >= 30)) {
         //check if it's the first channel, the user is seen by the bot (IMPORTANT: ignore other bot's channel!)
         char first_chan = 1;
         char bot_in_chan;