mIRC Home    About    Download    Register    News    Help

Print Thread
#227155 27/10/10 05:55 PM
K
Kaur
Kaur
K
First of all, hi mIRC community!
So today, I downloaded the new mIRC client(7.14) and found an unpleasant surprise when I tried to use the built in /ban command.
* /ban: must be an op on #channelname
The command has always worked perfectly as a halfop on older versions of mIRC.
So I dug up the versions.txt and found this:
Quote:
29/09/2010 - mIRC v7.12
Changes:
10.Fixed op/oper check in /ban /pop /omsg /onotice /wallop commands.


Are you sure this is the way it was meant to be? If it is then I am sorry, if not, please squash the annoying bug smile

Thank you,
-Kaur

#227156 27/10/10 06:16 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
There is a topic somewhere here (sorry, I don't want to try and find it right now) where Khaled said he planned to loosen that restriction. Not sure if the plan is for it to happen with the next release, though.

#227159 27/10/10 06:33 PM
K
Kaur
Kaur
K
Seems like the search function isn't working on these forums...
After manually searching I was indeed able to find this topic on page 2 of threads.
https://forums.mirc.com/ubbthreads.php?ubb=showflat&Number=226779&page=2#Post226815

Quote:
In any case, I have changed /ban for the next version to allow more channel user modes to use it.


Thanks for your help smile

#227382 08/11/10 09:17 AM
X
x64
x64
X
I don't think it's the client's place to decide what a user can and can't do on the channel. If I want to adjust the permissions in my channel to allow non-ops to set certain modes, why does the client need to stop this? It's perfectly acceptable for the client to let the server give the error message.

#227384 08/11/10 02:17 PM
Joined: Dec 2002
Posts: 1,995
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,995

Originally Posted By: x64
I don't think it's the client's place to decide what a user can and can't do on the channel. If I want to adjust the permissions in my channel to allow non-ops to set certain modes, why does the client need to stop this? It's perfectly acceptable for the client to let the server give the error message.

I agree.

#227388 08/11/10 04:34 PM
Joined: Dec 2002
Posts: 3,840
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,840
That is how mIRC used to work long ago. However, over the last fifteen years users have requested all kinds of changes to the way mIRC behaves. The routines that handle the display of IRC server messages include numerous exceptions (in the many hundreds) that determine how or whether a server message is displayed based on server or network type, user modes, channel modes, message type, context, command history and so on. The same applies to many commands whether internal to mIRC or specific to IRC. It would certainly have been easier for me not to have created all of these exceptions, however I decided to implement them in situations where I thought it made sense for one reason or another. There are no plans to remove these exceptions at this time.


Link Copied to Clipboard