Skip to content

Commit

Permalink
Support chm_nonotice.so (Block channel notices) extension in charybdi…
Browse files Browse the repository at this point in the history
…s IRCd
  • Loading branch information
aaronmdjones committed Nov 30, 2015
1 parent aadb3a5 commit bf240d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/protocol/charybdis.h
Expand Up @@ -25,5 +25,6 @@
#define CMODE_SSLONLY 0x00400000 /* charybdis extensions/chm_sslonly.c +S */
#define CMODE_OPERONLY 0x00800000 /* charybdis extensions/chm_operonly.c +O */
#define CMODE_ADMINONLY 0x01000000 /* charybdis extensions/chm_adminonly.c +A */
#define CMODE_NONOTICE 0x02000000 /* charybdis extensions/chm_nonotice.c +T */

#endif
1 change: 1 addition & 0 deletions modules/protocol/charybdis.c
Expand Up @@ -64,6 +64,7 @@ struct cmode_ charybdis_mode_list[] = {
{ 'A', CMODE_ADMINONLY },
{ 'c', CMODE_NOCOLOR },
{ 'C', CMODE_NOCTCP },
{ 'T', CMODE_NONOTICE },

{ '\0', 0 }
};
Expand Down

0 comments on commit bf240d7

Please sign in to comment.