mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 09:26:39 +02:00
ab3feff7c2
** Exit this IRC client, and all the dependents (users, servers) if this is a server. * @param sptr The client to exit. * @param recv_mtags Message tags to use as a base (if any). * @param comment The (s)quit message * @returns FLUSH_BUFFER is returned if a local client disconnects, * otherwise 0 is returned. This so it can be used from * command functions like: return exit_client(sptr, ....);