mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
Made privilege names case insensitive
This commit is contained in:
@@ -163,7 +163,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible
|
||||
Serialize::Checker<std::vector<ChanAccess *> > access; /* List of authorized users */
|
||||
Serialize::Checker<std::vector<AutoKick *> > akick; /* List of users to kickban */
|
||||
Serialize::Checker<std::vector<BadWord *> > badwords; /* List of badwords */
|
||||
std::map<Anope::string, int16_t> levels;
|
||||
Anope::map<int16_t> levels;
|
||||
|
||||
public:
|
||||
friend class ChanAccess;
|
||||
|
||||
Reference in New Issue
Block a user