aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 29dd88fd..8bb27427 100644
--- a/irc.h
+++ b/irc.h
@@ -223,7 +223,7 @@ struct irc_control_channel
struct bee_group *group;
struct account *account;
struct prpl *protocol;
- char modes[4];
+ char modes[5];
};
extern const struct bee_ui_funcs irc_ui_funcs;