From 73e93305c10f349742fad3b2197c6c5dd3aea34e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 24 Apr 2010 19:38:17 -0400 Subject: Added nickserv/auspex permission and fixed core modules so they build --- src/modules/hs_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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") { } -- cgit