From dfa4d7c32562385f68c1ee8a7de314c9fca29838 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sat, 13 Jan 2001 17:20:41 +0000 Subject: [PATCH] Removed the old chmode +x = +c and +I = +V support --- Changes | 1 + src/channel.c | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/Changes b/Changes index bf265d1d0..7e1c62d05 100644 --- a/Changes +++ b/Changes @@ -94,3 +94,4 @@ - Fixed a +f bug reported by Enstyne - Fixed a SVSMODE/SVS2MODE bug that could cause an incorrect +i and +o count, reported by CaliMonk - Fixed another SVS2MODE bug that would make it send an empty MODE change +- Removed the old chmode +x = +c and +I = +V support (3.x use +cV and 2.1.7 is obsolete) diff --git a/src/channel.c b/src/channel.c index d434c4aad..a71702ac4 100644 --- a/src/channel.c +++ b/src/channel.c @@ -2118,31 +2118,6 @@ void set_mode(chptr, cptr, parc, parv, pcount, pvar, bounce) MyFree(tmpo); break; #endif - case 'x': - if (MyClient(cptr)) - { - sendto_one(cptr, - ":%s NOTICE %s :*** Mode not set - Please do not use mode +x as this is now named +c instead (Colorblock)", - me.name, cptr->name); - break; - } - else - { - /* compatiblity */ - *curchr = 'c'; - } - goto jumpdammit; - case 'I': - if (MyClient(cptr)) - { - break; - } - else - { - /* compatiblity */ - *curchr = 'V'; - } - jumpdammit: default: found = 0; tab = &cFlagTab[0];