]> jfr.im git - irc/quakenet/newserv.git/blobdiff - helpmod2/hchannel.h
merge
[irc/quakenet/newserv.git] / helpmod2 / hchannel.h
index f71cd775c6945db70bd92f07f07e96ee9877a08e..9e6ffdcce276322d2ef2bd18e3301752f21c626a 100644 (file)
@@ -40,7 +40,9 @@ enum
     H_DISALLOW_LAME_TEXT   = 1 << 17,
     H_QUEUE_TIMEOUT        = 1 << 18,
     H_REQUIRE_TICKET       = 1 << 19,
+
     H_TICKET_MESSAGE       = 1 << 20,
+    H_HIGHLIGHT_PREVENTION = 1 << 21,
 
     /* the following are not real channel flags, they're used only internally */
     H_UNUSED_1             = 1 << 28,
@@ -51,7 +53,7 @@ enum
 
 #define H_CHANFLAGS_DEFAULT (H_CHANNEL_COMMANDS)
 
-#define HCHANNEL_CONF_COUNT 20
+#define HCHANNEL_CONF_COUNT 21
 
 typedef struct hchannel_struct
 {
@@ -132,6 +134,8 @@ void hchannels_match_accounts(void);
 
 int hchannel_count(void);
 
+int hchannel_highlight_detection(hchannel *, const char *);
+
 void hchannel_activate_join_flood(hchannel*);
 /* goes to schedule */
 void hchannel_deactivate_join_flood();