summaryrefslogtreecommitdiff
path: root/src/s_user.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-16 18:30:52 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-16 18:30:52 +0000
commit83f7ffe7e5cb8110964209e86ce8e44b11f4088d (patch)
treefa1f4842002862f58a04f01dcf9675a1b206e5b2 /src/s_user.c
parentb0f035dd5ef59e0f9096b5e716411bbb7b5afa24 (diff)
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1751 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/s_user.c')
-rw-r--r--src/s_user.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s_user.c b/src/s_user.c
index 7b37912..f277d16 100644
--- a/src/s_user.c
+++ b/src/s_user.c
@@ -1339,7 +1339,6 @@ init_isupport(void)
add_isupport("DEAF", "D", -1);
add_isupport("KICKLEN", NULL, KICKLEN);
add_isupport("MODES", NULL, MAXMODEPARAMS);
- add_isupport("NICKLEN", NULL, NICKLEN);
#ifdef HALFOPS
add_isupport("PREFIX", "(ohv)@%+", -1);
add_isupport("STATUSMSG", "@%+", -1);
@@ -1347,7 +1346,6 @@ init_isupport(void)
add_isupport("PREFIX", "(ov)@+", -1);
add_isupport("STATUSMSG", "@+", -1);
#endif
- add_isupport("TOPICLEN", NULL, TOPICLEN);
}
/*