diff --git a/tuvebot.h b/tuvebot.h index 0f5ca1b..452280e 100644 --- a/tuvebot.h +++ b/tuvebot.h @@ -45,7 +45,7 @@ typedef struct botChanList { struct botChanList *prev; struct botChanList *next; - unsinged int modes[CHAN_MODES]; + int modes[CHAN_MODES]; char topic[MAX_TOPIC_LEN]; char channel[MAX_CHAN_LEN]; short updated;