]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Backed out changeset c04f6578869c
[irc/rqf/shadowircd.git] / include / channel.h
index d6514d2c4f4c9edc1966e95ec9ca4afc1cc5ade8..64bd1b1bb3e1a1ff4e2504c70b283e4dd4d60f91 100644 (file)
@@ -268,9 +268,7 @@ extern void channel_member_names(struct Channel *chptr, struct Client *,
 
 extern void del_invite(struct Channel *chptr, struct Client *who);
 
-const char *channel_modes_real(struct Channel *chptr, struct Mode *mode, struct Client *who);
-#define channel_modes(chptr, who)   channel_modes_real(chptr, &(chptr)->mode, who)
-#define channel_mlock(chptr, who)   channel_modes_real(chptr, &(chptr)->mode_lock, who)
+const char *channel_modes(struct Channel *chptr, struct Client *who);
 
 extern int has_common_channel(struct Client *client1, struct Client *client2);