mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 01:43:13 +02:00
Move the dcc deny stuff into the dccdeny module, that is:
functions from extra.c, entire undccdeny and svsfline, large functions that were in message.c and conf.c
This commit is contained in:
@@ -1072,8 +1072,7 @@ int server_sync(Client *cptr, ConfigItem_link *aconf)
|
||||
/* pass on TKLs */
|
||||
tkl_synch(cptr);
|
||||
|
||||
/* send out SVSFLINEs */
|
||||
dcc_sync(cptr);
|
||||
RunHook(HOOKTYPE_SERVER_SYNC, cptr);
|
||||
|
||||
sendto_one(cptr, NULL, "NETINFO %i %lld %i %s 0 0 0 :%s",
|
||||
irccounts.global_max, (long long)TStime(), UnrealProtocol,
|
||||
|
||||
Reference in New Issue
Block a user