diff options
Diffstat (limited to 'src/s_user.c')
-rw-r--r-- | src/s_user.c | 2 |
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); } /* |