mirror of
https://github.com/anope/anope.git
synced 2026-07-05 00:33:12 +02:00
Fixed compile error
This commit is contained in:
@@ -13,12 +13,6 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
enum
|
||||
{
|
||||
ACCESS_INVALID = -10000,
|
||||
ACCESS_FOUNDER = 10001
|
||||
};
|
||||
|
||||
static std::map<Anope::string, int16_t, ci::less> defaultLevels;
|
||||
|
||||
static void reset_levels(ChannelInfo *ci)
|
||||
|
||||
Reference in New Issue
Block a user