diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-12-18 12:12:12 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-12-18 12:12:12 +0000 |
commit | 25ef0ab0d91481d4d4e927c2ebd0b391f7181552 (patch) | |
tree | bdb2790be6fecd0c4a0c1bbc56f166c3dc4e02b7 | |
parent | 875f0b6c90c0386d9a4ff4b686e2833ee9052a7c (diff) |
- channel_mode.c:set_channel_mode(): removed legacy code which has been
introduced in rev 7.66(CVS) / Sat Dec 14 04:08:38 2002
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2696 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | src/channel_mode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c index c2f75d9..0255293 100644 --- a/src/channel_mode.c +++ b/src/channel_mode.c @@ -1767,10 +1767,6 @@ set_channel_mode(struct Client *client_p, struct Client *source_p, struct Channe for (; (c = *ml) != '\0'; ml++) { -#if 0 - if(mode_count > 20) - break; -#endif switch (c) { case '+': |