mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 14:02:27 +01:00
Merge branch 'unreal50' of github.com:unrealircd/unrealircd into unreal50
This commit is contained in:
commit
81c7e6ca05
2 changed files with 2 additions and 0 deletions
|
@ -885,6 +885,7 @@ extern char *certificate_name(SSL *ssl);
|
|||
extern void start_of_normal_client_handshake(Client *acptr);
|
||||
extern void clicap_pre_rehash(void);
|
||||
extern void clicap_post_rehash(void);
|
||||
extern void unload_all_unused_mtag_handlers(void);
|
||||
extern void send_cap_notify(int add, char *token);
|
||||
extern void sendbufto_one(Client *to, char *msg, unsigned int quick);
|
||||
extern MODVAR int current_serial;
|
||||
|
|
|
@ -2135,6 +2135,7 @@ int init_conf(char *rootconf, int rehash)
|
|||
postconf();
|
||||
config_status("Configuration loaded.");
|
||||
clicap_post_rehash();
|
||||
unload_all_unused_mtag_handlers();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue