1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 21:06:37 +02:00

Properly export mtaghandlers for clienttagdeny.

[skip ci]
This commit is contained in:
Bram Matthys
2020-05-24 18:39:02 +02:00
parent 60f143acfb
commit 740b74df0c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -973,3 +973,4 @@ extern void update_throttling_timer_settings(void);
extern int hide_idle_time(Client *client, Client *target);
extern void lost_server_link(Client *serv, FORMAT_STRING(const char *fmt), ...);
extern char *sendtype_to_cmd(SendType sendtype);
extern MODVAR MessageTagHandler *mtaghandlers;
-1
View File
@@ -25,7 +25,6 @@
char *ct_isupport_param(void);
int tags_rehash_complete(void);
extern MODVAR MessageTagHandler *mtaghandlers;
Module *module;
ModuleHeader MOD_HEADER = {