]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/hooks.h
Add server mask (/msg $*.quakenet.org) support.
[irc/quakenet/newserv.git] / core / hooks.h
index eb5df9fd2f81e9eb92e9edbef6354c65d4dd5958..ab62eb6964d3975f4e08062958c771fcc31fad78 100644 (file)
@@ -37,6 +37,7 @@
 #define HOOK_NICK_SETHOST          306  /* Argument is nick* */
 #define HOOK_NICK_MODEOPER         307  /* Argument is void*[2] (nick, modes) */
 #define HOOK_NICK_KILL             308  /* Argument is void*[2] (nick, reason) */
+#define HOOK_NICK_MASKPRIVMSG      309  /* Argument is void*[3] (nick, target, message) ** NICK COULD BE NULL ** */
 
 #define HOOK_CHANNEL_BURST         400  /* Argument is channel pointer */
 #define HOOK_CHANNEL_CREATE        401  /* Argument is void*[2] (channel, nick) */