From 09725273b597ccbc91fa6b8fc4373975fa8e2304 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 28 Dec 2005 21:16:31 +0000 Subject: EXPERIMENTAL: Command search function now uses std::map, should be faster (i hope) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2684 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/ctables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ctables.h') diff --git a/include/ctables.h b/include/ctables.h index 65b469948..e5cdddefb 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -18,7 +18,7 @@ #define __CTABLES_H__ #include "inspircd_config.h" -#include +#include class userrec; @@ -59,7 +59,7 @@ class command_t virtual ~command_t() {} }; -typedef std::deque command_table; +typedef std::map command_table; #endif -- cgit v1.2.3