mirror of
https://github.com/anope/anope.git
synced 2026-07-07 00:43:14 +02:00
Added a new logging system
This commit is contained in:
+3
-1
@@ -57,7 +57,9 @@ enum ChannelFlags
|
||||
/* Channel still exists when emptied */
|
||||
CH_PERSIST,
|
||||
/* If set the channel is syncing users (channel was just created) and it should not be deleted */
|
||||
CH_SYNCING
|
||||
CH_SYNCING,
|
||||
/* Is a services log channel */
|
||||
CH_LOGCHAN
|
||||
};
|
||||
|
||||
class CoreExport Channel : public Extensible, public Flags<ChannelFlags>
|
||||
|
||||
Reference in New Issue
Block a user