mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109)
This commit is contained in:
@@ -27,7 +27,7 @@ extern int irc_mode_channel_set (struct t_irc_server *server,
|
||||
struct t_irc_channel *channel,
|
||||
const char *modes);
|
||||
extern void irc_mode_user_set (struct t_irc_server *server, const char *modes);
|
||||
extern int irc_mode_nick_prefix_allowed (struct t_irc_server *server,
|
||||
char prefix);
|
||||
extern int irc_mode_get_nick_prefix (struct t_irc_server *server, char *mode,
|
||||
char prefix);
|
||||
|
||||
#endif /* irc-mode.h */
|
||||
|
||||
Reference in New Issue
Block a user