inspircd / inspircd

A modular C++ IRC server (ircd).

Home Page:https://www.inspircd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the quitter and enum reason to OnUserQuit

SadieCat opened this issue · comments

Description

OnUserQuit should be extended to add the user that caused the quit as well as a machine readable enum for (QUIT_USER, QUIT_KILL, etc).

Why this would be useful

This would allow us to implement non-kill remote quits properly as well as make the OnKill event obsolete.