mIRC Home    About    Download    Register    News    Help

Print Thread
#193850 26/01/08 07:51 PM
Joined: Jan 2008
Posts: 2
M
mie83 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Jan 2008
Posts: 2
On *:join:#: {
inc -u3 $+(%,m,$chan)
if ($($+(%,m,$chan),2) > 3) {
if ($numtok($($+(%,mj,$chan),2),44) >= 35) { .timermj -m 1 600 devilz # | halt }
.set $+(%,mj,$chan) $addtok($($+(%,mj,$chan),2),$address($nick,4),44)
.timermj -m 1 600 devilz #
}
}
alias devilz {
kick $1 $($+(%,mj,$1-),2) massjoin...:P~
.unset %mj*
}

someone can help me....?
how to make this script not kick user or op?
only kick clone

mie83 #193851 26/01/08 08:33 PM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Originally Posted By: mie83
someone can help me....?
how to make this script not kick user or op?
only kick clone


There's a little bit of fallacy going on in your request.

You request this to not kick user or op.

But only kick clone.

But the problem in your request is - a user or an op could be a clone. So that would contradict your request.

Neal Conroy.

LostShadow #193856 26/01/08 09:07 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
No, it doesn't. He means not to kick the clone if the clone is a clone of an op, I believe. As far as what he means by "user", I have no idea... voice maybe? Personally, "user" to me would be anyone without any level (aka Regular).


Invision Support
#Invision on irc.irchighway.net
mie83 #193889 26/01/08 10:25 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
This smells like a takeover script ? u want to kick regular users, but not a clone to a op ? sounds like a abuse script.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #193897 27/01/08 12:32 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
That makes no sense. How can you take over a channel if you don't get rid of ops? Many ops do not want clones in their channels unless the clones are the ops' clones (or in some cases voices). There's nothing abusive of that.


Invision Support
#Invision on irc.irchighway.net
mie83 #193904 27/01/08 03:08 AM
Joined: Oct 2007
Posts: 36
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Oct 2007
Posts: 36
Hi all!
Hi mie83,
Quote:
how to make this script not kick user or op?

I suppose that you refer with user = first user that has joined, and only kick his clone.
Try with this code, It´s not tested:

Code:
on *:JOIN:#myroom: {
  if $nick != $me && $nick isreg $chan {
    if ($ialchan($wildsite,$chan,0) > 1) {
    kick $chan $ialchan($address( $+ $nick $+ ,2( $+ $chan $+ ,0)), $+ $chan $+ ,1).nick massjoin...:P~
    }
  }
}


Bye! smile


·´¯`·.¸¸“Jã¢k øf ãll ‡rãÐ꧅„…Mã§têR øf Nønꔸ¸.·´¯`·
asmodeo #194020 28/01/08 11:31 AM
Joined: Jan 2008
Posts: 2
M
mie83 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Jan 2008
Posts: 2
tq for our help
user means OP or Voice...

mie83 #194026 28/01/08 03:44 PM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Originally Posted By: mie83
user means OP or Voice...


And we're not bound by your personal definitions.

Unfortunately, you will have to adapt to the general consensus definitions.

A word to mean op or voice would be staff. Channel staff.

-Neal.


Link Copied to Clipboard