diff options
| author | 2007-08-19 17:16:50 +0000 | |
|---|---|---|
| committer | 2007-08-19 17:16:50 +0000 | |
| commit | 9f1cefca61befadcb4bde6202385c79cd1e605cb (patch) | |
| tree | 42052ebf2c3fa5a29511cd65e896976451c76acb /include | |
| parent | Add some connect class stuff that is required for bug #367 plus some roadmap ... (diff) | |
| download | inspircd++-9f1cefca61befadcb4bde6202385c79cd1e605cb.tar.gz inspircd++-9f1cefca61befadcb4bde6202385c79cd1e605cb.tar.bz2 inspircd++-9f1cefca61befadcb4bde6202385c79cd1e605cb.zip | |
Add extra stuff to make it work (and compile)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7757 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h index 94302f25c..7c5592432 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -182,11 +182,11 @@ struct MultiConfig /** Tag name */ const char* tag; /** One or more items within tag */ - char* items[13]; + char* items[15]; /** One or more defaults for items within tags */ - char* items_default[13]; + char* items_default[15]; /** One or more data types */ - int datatype[13]; + int datatype[15]; /** Initialization function */ MultiNotify init_function; /** Validation function */ |
