1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 16:43:12 +02:00

Modularize nonickchange (+N)

This commit is contained in:
Travis McArthur
2014-06-29 00:21:17 -07:00
parent 2e10afdd9c
commit 2519f9d3ac
8 changed files with 118 additions and 8 deletions
+1
View File
@@ -726,6 +726,7 @@ ModDataInfo *findmoddata_byname(char *name, ModDataType type);
#define HOOKTYPE_PRE_INVITE 73
#define HOOKTYPE_OPER_INVITE_BAN 74
#define HOOKTYPE_VIEW_TOPIC_OUTSIDE_CHANNEl 75
#define HOOKTYPE_CHAN_PERMIT_NICK_CHANGE 76
/* Hook return values */
#define HOOK_CONTINUE 0