1
0
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:
Adam
2011-08-07 19:04:27 -04:00
parent 25e3408ff6
commit c6741d3765
3 changed files with 18 additions and 4 deletions
+2
View File
@@ -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