summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/anope.h b/include/anope.h
index 1a8612241..07cd97da5 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -20,6 +20,9 @@ class Message;
namespace Anope
{
+ template<typename T> class map : public std::map<string, T> { };
+ template<typename T> class insensitive_map : public std::map<string, T, std::less<ci::string> > { };
+
/**
* A wrapper string class around all the other string classes, this class will
* allow us to only require one type of string everywhere that can be converted