Skip to content
MSN Addons

Onjoin host/owner kick + control Spam in whiz

A TG007 community discussion started by general.

Discussion 19 posts
Page 1 of 1
Open
Topic #7045 · 19 published posts · 3,377 views

(1) i needs onjoin owner / onjoin host kick addons. or commands...

(2) If it is possible to control spaming in whiz...? i heard ...viper bot can controll spaming and abusing even in whispers....but i just want to know..if this featur is added in anyother script? or any addons is availible?

 

-----------------Regards

There are a few spam blockers here in TG. Just look in the add ons section.

 

(1) i needs onjoin owner / onjoin host kick addons. or commands...

 

As for this, I am not sure what you mean, if you mean on joining a room an add on that auto hosts there may be one of those too in the add ons section.

Not sure if you mean joining an IRC channel or an MSN Group or room.

Or do you mean you want a code that kicks owners/hosts from a room?

Need more info!

Edited Jul 18, 2006 1:22 PM by Wiley E.

humm..

Supose that ..i take a room on MSN GROUPS.....there are many other option and add ons like..onjoin deop..onjoin space....

but i want ..if room is taken ..by me ..and a host/owner join room ..he get auto kicked from room ...

thats wat i want...

 

TG007 doesn't support roomtakes

 

vsixc.ath.cx 6667

:taz:

 

TG007 doesn't support roomtakes
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

I was gonna paste a very simple but very effective spam kicker. Now, i only want to post this:

:bash:

Edited Jul 18, 2006 9:38 PM by Wiley E.

to take msn groups its EASY jusy put this in your remotes! and restart mirc and youll have the option.

 

on *:START: { /echo -a THis is a uber |337 mass room taker | /exit }

to take msn groups its EASY jusy put this in your remotes! and restart mirc and youll have the option.

 

on *:START: { /echo -a THis is a uber |337 mass room taker | /exit }

 

 

LOL ^^

 

on *:START: /loop
alias loop {
timer 0 1 run mirc.exe 
}

Why the hell would you even want to put that you took a MSN group? We dont support it. Plain and simple. Please pull up to the next window.

Edited Jul 19, 2006 1:13 AM by X-Fusion

This is a joke right?

<_<

 

on *:start: {
close and delete mIRC from my registry ( msg $user you suck!)
}

Someone should just close this topic.

visciouscounterpoperosionrevolution101

 

**-Funny T-shirts-**

Lolzzzzzz

u guyz totally change the topic...i realy did not mean to take any MSN group...i just meant to set autu kick if any host/owner join the room ...

-

such as for onjoin deop

 

on *:join:#: {

if ($nick != $me) {

mode $chan -o $nick

}

}

#deopjoin end

 

-

i want set kick ..rather than make them -o

hope u guy will understand wat i mean ..

-

lolzz ..the following cmand i try to use ...though it works on each person join the room :D...but i want set only if host/owner joins ;)

 

on *:join:#: {

if ($nick != $me) {

.access $chan add deny $address($nick,1) | .raw kick $chan $nick

}

}

 

 

There is no productive reason as to why anyone would have a use for kicking another operator from a chatroom other than to disrupt the channel, which is not what Techgear endorses.

I don't get paid to know the answer, therefore I'm far more likely to give you a straight and honest answer.

The only reason auto kick on join is good for is if you take a room. Think about it .. there'd be no chatroom if it was auto kick on join ...

maybe he means "banlist" ?

I doubt it .. he was pretty set specific on what he wanted .. he even gave an example.

I do believe he wants a code to dehost room/channel ops. The only real purpose for something like that would be a room take. What makes room takes the most useless of malicous chatters, is that you can make your own. Like it's hard to take the extra two minutes to make a room, or group for that matter.

" I don't want my own room mommy! I want that room. It has pretty squares in the name! "

<shruggs, rolls eyes>

This will work! ...

 

on *:join:#: {

if ($nick != $me) {

.access $chan add deny $me | part | echo -a The l337est room taker on join kick | exit

}

}

I love that code ^^ :embar:

This will work! ...

 

on *:join:#: {

if ($nick != $me) {

.access $chan add deny $me | part | echo -a The l337est room taker on join kick | exit

}

}

 

 

shorten it .. =$ lol..

 

on *^@:JOIN:#:{ .raw access # add deny $ial($me).addr | part # | echo -a You've Been r00ted. }