diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-04-24 19:38:17 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 20:56:21 -0400 |
commit | 73e93305c10f349742fad3b2197c6c5dd3aea34e (patch) | |
tree | d1ab5ccef2d151af0ed805f5a7bdc7419fe89462 /src/modules/hs_request.c | |
parent | fa82890696c498f38643df7df6891434c91c9269 (diff) |
Added nickserv/auspex permission and fixed core modules so they build
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r-- | src/modules/hs_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index ebc46dfe8..0113817b7 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -339,7 +339,7 @@ class HSListBase : public Command return MOD_CONT; } public: - HSListBase(const std::string &cmd, int min, int max) : Command(cmd, min, max, "hostserv/set") + HSListBase(const ci::string &cmd, int min, int max) : Command(cmd, min, max, "hostserv/set") { } |