summaryrefslogtreecommitdiff
path: root/src/core/cs_getkey.c
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-24 00:46:53 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-03-24 00:46:53 +0000
commit3ffd9179262242acc01ed93b749aa55a938cf381 (patch)
treef199314aa20920c5136206755786413ba5e809c0 /src/core/cs_getkey.c
parent14fc57d24b5b3ed622d0603011d33b06780ca071 (diff)
Rewrote arg parsing system, changed lots of std::string*s to std::string&, made --config arg, and made Anope print out a few lines of information when starting
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2833 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_getkey.c')
-rw-r--r--src/core/cs_getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c
index 3fd53351f..85c901412 100644
--- a/src/core/cs_getkey.c
+++ b/src/core/cs_getkey.c
@@ -36,7 +36,7 @@ class CommandCSGetKey : public Command
return MOD_CONT;
}
- if (!ci->c || !ci->c->GetParam(CMODE_KEY, &key))
+ if (!ci->c || !ci->c->GetParam(CMODE_KEY, key))
{
notice_lang(Config.s_ChanServ, u, CHAN_GETKEY_NOKEY, chan);
return MOD_CONT;