]> jfr.im git - irc/atheme/atheme.git/commitdiff
Support +T (CMODE_NONOTICE)
authorRyan Schmidt <redacted>
Thu, 13 Jan 2022 01:52:45 +0000 (18:52 -0700)
committerRyan Schmidt <redacted>
Thu, 13 Jan 2022 01:57:53 +0000 (18:57 -0700)
This was already defined in the charybdis.h file, so just need to make
the rest of atheme recognize the mode.

modules/protocol/ircd-seven.c

index f3c34749bfff93643d3227b0d3dcad2af8820f65..a8d51536be5dc43bd1acc78fa50a9d82b42f99ab 100644 (file)
@@ -64,6 +64,7 @@ static const struct cmode seven_mode_list[] = {
   { 'O', CMODE_OPERONLY  },
   { 'A', CMODE_ADMINONLY },
   { 'u', CMODE_NOFILTER  },
+  { 'T', CMODE_NONOTICE  },
 
   { '\0', 0 }
 };