X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/08d11e34cc17e3045231729d87025a0cfa598f54..40d5d119e57ec78928f7f15a7bd2ac46c7b0b151:/include/channel.h diff --git a/include/channel.h b/include/channel.h index 55703f7..b4da1b6 100644 --- a/include/channel.h +++ b/include/channel.h @@ -26,8 +26,6 @@ #ifndef INCLUDED_channel_h #define INCLUDED_channel_h -#include "config.h" /* config settings */ -#include "ircd_defs.h" /* buffer sizes */ #define MODEBUFLEN 200 @@ -56,7 +54,6 @@ struct Channel char *topic; char *topic_info; time_t topic_time; - time_t users_last; /* when last user was in channel */ time_t last_knock; /* don't allow knock to flood */ rb_dlink_list members; /* channel members */ @@ -258,8 +255,6 @@ extern void send_cap_mode_changes(struct Client *client_p, struct Client *source extern void set_channel_mode(struct Client *client_p, struct Client *source_p, struct Channel *chptr, struct membership *msptr, int parc, const char *parv[]); -extern const struct mode_letter chmode_flags[]; - extern struct ChannelMode chmode_table[256]; extern int add_id(struct Client *source_p, struct Channel *chptr, const char *banid,