mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:03:14 +02:00
Always reset the levels of newly created channels, fixed DetermineLevel matching ACCESS_INVALID levels, and added in a disabled config option for levels
This commit is contained in:
@@ -56,6 +56,8 @@ ChannelInfo::ChannelInfo(const Anope::string &chname) : Flags<ChannelInfoFlag, C
|
||||
this->ttb[i] = 0;
|
||||
|
||||
RegisteredChannelList[this->name] = this;
|
||||
|
||||
FOREACH_MOD(I_OnCreateChan, OnCreateChan(this));
|
||||
}
|
||||
|
||||
/** Copy constructor
|
||||
|
||||
Reference in New Issue
Block a user