mIRC Home    About    Download    Register    News    Help

Print Thread
#101988 03/11/04 06:42 AM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Hi,

What do you think to add /ban -a (a = all chans that u`ve op) ?
This could be very useful.

And how can i make this? Maybe an alias plz

#101989 03/11/04 08:03 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
Not a bad idea, in the mean time you could use this alias

alias aban {
var %i = 1
while ($chan(%i)) {
if ($me isop $v1) || ($me ishop $v2) ban $iif(-* iswm $1,$1 [ $v2 ] $2-, [ $v2 ] $1-)
inc %i
}
}

Then use /aban in place of /ban as you would normally, but omit the channel name. Also if you want to have it act across all networks then preceed the command with /scid -a or /scon -a

#101990 04/11/04 04:28 AM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
one thing I would like to see is
/ban -o
it would deop and ban the person with the same /mode command, to prevent scripts from deoping you before you could kick them

#101991 04/11/04 08:07 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Well if you ran your room well you wouldnt need to ban your ops

#101992 05/11/04 02:58 AM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
well, if the world was perfect then there would be no need for jails...
you can't say the feature is bad because people should behave better. havent you ever had op wars or something?

#101993 05/11/04 03:05 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
cant resist.. if its a "fight" among ops, then why not temporarily deop the ones that fighting, then give them back the op when they solved the problem ? a fight among ops will result in that people will leav you channel. how fun is it to watch people fight in a channel.. and atlest the operators in that channel should be able to stay friends.. smile so if your the owner of the channel.. then talk to the one fighting and let them solve it.. dont let it go out over your users.. smile just a though, thats how i solve the problems, a ban only solve somthing temporarely..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#101994 05/11/04 05:16 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
No never had "op wars" yea see I dont just op anyone who seems "cool"

#101995 06/11/04 09:46 PM
Joined: Sep 2004
Posts: 200
I
Fjord artisan
Offline
Fjord artisan
I
Joined: Sep 2004
Posts: 200
add this to ur aliases if u want to ban&deop&kick the user from ur active chanel (-hvaqo)
/kb {
/mode # -ohavq+b $$1 $$1 $$1 $$1 $$1 $address($$1,2)
/kick # $$1 $2-
}

#101996 08/11/04 09:36 PM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
Seriously people, in some cases there will be situtations where banning an op is needed, yes some can be avoided, but sometimes you need someone out of the channel...

#101997 15/11/04 12:33 AM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
Specific cases, where a simple script would suffice. I personally don't see a reason for doing that (banning an op). Channel-related problems shouldn't bring effects to mIRC, in my point of view.


* cold edits his posts 24/7

Link Copied to Clipboard