mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#107097 06/01/05 09:41 PM
Joined: Jan 2005
Posts: 1
D
Mostly harmless
OP Offline
Mostly harmless
D
Joined: Jan 2005
Posts: 1
i am trying to make an auto voice script and i copyied the auto op script from another post, but i have not set it up correctly, i was wondering exactly what the code should say, and where i should put it. thanks

#107098 06/01/05 09:48 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
This will auto voice anyone who joins.
Code:
on @*:Join:#: {  mode $chan +v $nick }

#107099 06/01/05 09:55 PM
Joined: Jan 2005
Posts: 8
T
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
T
Joined: Jan 2005
Posts: 8
Why the @ ?

#107100 06/01/05 10:00 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
It makes sure you're an op before trying to voice someone.


New username: hixxy
#107101 06/01/05 10:04 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Yes, it checks whether you're an op before you voice them. Just like if ($me isop $chan) does.

#107102 16/08/06 10:35 PM
Joined: Aug 2006
Posts: 2
N
Bowl of petunias
Offline
Bowl of petunias
N
Joined: Aug 2006
Posts: 2
hey i need ot knwo hot to set this chanel to auto voice #team.nV.

#107103 17/08/06 10:03 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Use the code indicated above and replace # with #team.nV

#107104 17/08/06 11:14 PM
Joined: Aug 2006
Posts: 2
N
Bowl of petunias
Offline
Bowl of petunias
N
Joined: Aug 2006
Posts: 2
on @*:Join:#team.nV: { mode $chan +v $nick }


it dont work

on @*:Join:#team.nV: mode $chan +v $nick

dont work can u set it up for me plez i am a noob.

#107105 18/08/06 12:15 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
For that script to work the person/bot that is running the script must be in the channel and have full ops status (ie: the @ symbol must be in front of the nick)

#107106 09/10/06 12:56 AM
Joined: Oct 2006
Posts: 1
S
Mostly harmless
Offline
Mostly harmless
S
Joined: Oct 2006
Posts: 1
How would that script be modified to create a delay first, to avoid opping those Spam bots that go around as well?

#107107 09/10/06 01:03 AM
Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
Code:
on @*:Join:#:pvoice [color:red]5[/color] # $nick

where 5 is around 5 seconds delay.

Joined: Apr 2009
Posts: 3
K
Self-satisified door
Offline
Self-satisified door
K
Joined: Apr 2009
Posts: 3
hey
i was trying thet script but don't work
i need for #keno channel
it muss look like this here
@*:Join:#keno: mode $chan +v $nick

right?

and the script is working just when i have o+??
or its working when i have +qo too?

Keno #211364 13/04/09 04:31 PM
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
It works when you have +o or higher.
Do you have the word "on" in front of @*:JOIN:#keno: ?
It's supposed to look like this:
Code:
on @*:JOIN:#keno: mode $chan +v $nick

Keno #211367 13/04/09 05:07 PM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
...but use the pvoice command like in deegees last post, which decreases possible mode-flooding a lot:
on @*:join:#keno:pvoice 5 # $nick

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Another thing pvoice is nice for:

Many times a nick will join a room then leave right away so your

"on join:#:mode # +v $nick"

would give you a "nick not found" error.

I set it for 3 or 4 seconds and if the nick isn't in the room after 3-5 seconds, it won't perform the command.

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
you can also use: if ($nick ison #) {command }


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Apr 2009
Posts: 3
K
Self-satisified door
Offline
Self-satisified door
K
Joined: Apr 2009
Posts: 3
ye thx guyz
but i need more help :S
how can i give some one +qo when he join


on @*:JOIN:#CoH: { if ($nick == Cpp) mode #CoH +qo $nick $nick }


this here don't work :S? whats wrong
and thx for the auto +v
and nick is Cpp

Last edited by Keno; 18/04/09 08:52 PM.
Keno #211505 18/04/09 09:23 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on @*:JOIN:#CoH: if ($nick == NICK) mode $chan +qo $nick

don't that work for you?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Keno #211507 18/04/09 09:31 PM
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Code:
on @*:JOIN:#CoH: { 
  if ($nick == Cpp) {
    mode # +qo $v2 $v2
  }
}

Tomao #211509 18/04/09 09:45 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
On some networks, the +q mode can only be set by chanserv via the owner identifying themselves as the owner of the channel using the channel password.

Page 1 of 2 1 2

Link Copied to Clipboard