summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
committerAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
commit1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch)
tree4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/anope.h
parent781defb7076ddfddf723ca08cd0a518b6657b64f (diff)
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/anope.h b/include/anope.h
index 8e24d12da..90c0e4c36 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -333,6 +333,7 @@ namespace Anope
};
template<typename T> class map : public std::map<string, T, ci::less> { };
+ template<typename T> class multimap : public std::multimap<string, T, ci::less> { };
template<typename T> class hash_map : public std::tr1::unordered_map<string, T, hash_ci, compare> { };
static const char *const compiled = __TIME__ " " __DATE__;