Move RPL_STATS to the stats header.

This commit is contained in:
Sadie Powell 2021-12-24 15:34:46 +00:00
parent 04bdbae4a6
commit d571752b21
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,12 @@ namespace Stats
class Row;
}
enum
{
// From aircd.
RPL_STATS = 210,
};
class Stats::EventListener
: public Events::ModuleEventListener
{

View File

@ -51,7 +51,6 @@ enum
RPL_MAPUSERS = 18, // insp-specific
RPL_SAVENICK = 43, // From irc2.
RPL_STATS = 210, // From aircd.
RPL_UMODEIS = 221,
RPL_LUSERCLIENT = 251,