mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 14:06:37 +02:00
1baf5f9f7d
notices to IRCOps and in ircd.log. See the release notes for more details. Module coders: You can use HOOKTYPE_CONNECT_EXTINFO to add your own additional information as well. See get_connect_extinfo() for inspiration. Use nvplist_add() or nvplist_add_fmt() to easily add your info to the list. Module coders II: Small note: this moves the sending of the far connect notice to /under/ HOOKTYPE_REMOTE_CONNECT instead of /above/.