1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 03:46:37 +02:00

Rewrote the hashing systems to properly handle the new Anope::strings which we have everywhere.

This commit is contained in:
Adam
2010-07-29 18:38:56 -04:00
parent 04200cc838
commit cc64903179
18 changed files with 240 additions and 239 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ nickalias_map NickAliasList;
nickcore_map NickCoreList;
nickrequest_map NickRequestList;
typedef std::map<Anope::string, NickServCollide *, hash_compare_std_string> nickservcollides_map;
typedef std::map<Anope::string, NickServRelease *, hash_compare_std_string> nickservreleases_map;
typedef std::map<Anope::string, NickServCollide *> nickservcollides_map;
typedef std::map<Anope::string, NickServRelease *> nickservreleases_map;
static nickservcollides_map NickServCollides;
static nickservreleases_map NickServReleases;