]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Mention effect of /accept on umode +R.
[irc/rqf/shadowircd.git] / include / channel.h
index 236f49cf93b45fc22fa2e01d3b3122ae6478ceec..b4da1b6edaeabe353cf979295f693e56317df4c1 100644 (file)
@@ -255,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 int chmode_flags[256];
-
 extern struct ChannelMode chmode_table[256];
 
 extern int add_id(struct Client *source_p, struct Channel *chptr, const char *banid,