summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-04 05:45:58 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-04 05:45:58 +0000
commit2708eea5d13c249143b83fbaa8b552992f0ac8b6 (patch)
tree5afffad5f83ca6daa89784c27f4d4e9c5f4eb8fc /include/config.h
parentf58026749b0c0770a322893b27c013168be5cdbc (diff)
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with std::string
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2732 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/config.h b/include/config.h
index a5151e071..c6a0cb9d2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -50,17 +50,6 @@
* unusable.
*/
-/* Maximum length of a channel name, including the trailing null. Any
- * channels with a length longer than (CHANMAX-1) including the leading #
- * will not be usable with ChanServ. */
-#define CHANMAX 64
-
-/* Maximum length of a nickname, including the trailing null. This MUST be
- * at least one greater than the maximum allowable nickname length on your
- * network, or people will run into problems using Services! The default
- * (32) works with all servers I know of. */
-#define NICKMAX 32
-
/* Maximum length of a password */
#define PASSMAX 32