1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 04:23:13 +02:00

- Moved sendto_connectnotice, and thus the call to HOOKTYPE_LOCAL_CONNECT,

so it gets called after the broadcast of NICK to other servers.
This commit is contained in:
Bram Matthys
2012-05-01 12:10:14 +02:00
parent aa206f667f
commit 3f3b8975e0
2 changed files with 9 additions and 5 deletions
+2
View File
@@ -2428,3 +2428,5 @@
can be used to request passive notifications for accountname changes.
- If set::options::dont-resolve is enabled, then use only the IP information
from a WEBIRC message, reported by Ismat (#4103).
- Moved sendto_connectnotice, and thus the call to HOOKTYPE_LOCAL_CONNECT,
so it gets called after the broadcast of NICK to other servers.