mirror of
https://github.com/anope/anope.git
synced 2026-06-27 10:06:38 +02:00
Fixed compile error
This commit is contained in:
@@ -12,12 +12,6 @@
|
||||
#include "services.h"
|
||||
#include "modules.h"
|
||||
|
||||
enum
|
||||
{
|
||||
ACCESS_INVALID = -10000,
|
||||
ACCESS_FOUNDER = 10001
|
||||
};
|
||||
|
||||
Privilege::Privilege(const Anope::string &n, const Anope::string &d) : name(n), desc(d)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user