1
0
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:
Sebastien Helleu
2010-03-07 21:22:23 +01:00
parent 788df1089b
commit da50ac329a
4 changed files with 105 additions and 32 deletions
+2 -2
View File
@@ -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 */