From d01978194558a422cf886acb114546d0cbe84c76 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 25 May 2008 18:00:55 +0000 Subject: Add parsing of tag and finish documenting it, make all the values match sensibly by starting them all 'max' rather than some starting with it, some ending with it... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9808 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 56a2ee698..840e227de 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -150,6 +150,8 @@ typedef ValueContainer ValueContainerChar; */ typedef ValueContainer ValueContainerInt; +typedef ValueContainer ValueContainerST; + /** A set of ValueItems used by multi-value validator functions */ typedef std::deque ValueList; -- cgit v1.2.3