diff --git a/bot.c b/bot.c index 0b7b273..fc07c36 100644 --- a/bot.c +++ b/bot.c @@ -13,7 +13,7 @@ unsigned int i = 0x0; int tmpVal = 0; - res = dbQuery("SELECT channel,topic,modes FROM channels",1); + res = dbQuery("SELECT channel,rating,classification,random,queue,exclusive,time,topic FROM channels",1); if (mysql_num_rows(res) > 0) { for (i = 0;i < mysql_num_rows(res);i++) {