diff --git a/thread.c b/thread.c index 9fdce0c..3ce46a3 100644 --- a/thread.c +++ b/thread.c @@ -21,8 +21,8 @@ connected = 1; botJoinChans(); } - } - else { + } + else { sleep(30); res = dbQuery("SELECT channel,rating,classification,random,queue,exclusive,time,topic,noads FROM channels WHERE updated = 1",1); if (mysql_num_rows(res) > 0) {