diff options
Diffstat (limited to 'include/channel.h')
-rw-r--r-- | include/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.h b/include/channel.h index dca2ff5..d81dac8 100644 --- a/include/channel.h +++ b/include/channel.h @@ -91,7 +91,7 @@ struct Ban time_t when; struct irc_ssaddr addr; int bits; - char type; + int type; }; extern dlink_list global_channel_list; |