diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-24 00:46:53 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-24 00:46:53 +0000 |
commit | 3ffd9179262242acc01ed93b749aa55a938cf381 (patch) | |
tree | f199314aa20920c5136206755786413ba5e809c0 /include/channels.h | |
parent | 14fc57d24b5b3ed622d0603011d33b06780ca071 (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 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index e543370b4..33a376a20 100644 --- a/include/channels.h +++ b/include/channels.h @@ -232,7 +232,7 @@ class CoreExport Channel : public Extensible, public Flags<ChannelFlags> * @param Target a string to put the param into * @return true on success */ - const bool GetParam(ChannelModeName Name, std::string *Target); + const bool GetParam(ChannelModeName Name, std::string &Target); /** Check if a mode is set and has a param * @param Name The mode |