mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Move RPL_STATS to the stats header.
This commit is contained in:
parent
04bdbae4a6
commit
d571752b21
@ -29,6 +29,12 @@ namespace Stats
|
||||
class Row;
|
||||
}
|
||||
|
||||
enum
|
||||
{
|
||||
// From aircd.
|
||||
RPL_STATS = 210,
|
||||
};
|
||||
|
||||
class Stats::EventListener
|
||||
: public Events::ModuleEventListener
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user