mIRC Home    About    Download    Register    News    Help

Print Thread
#215912 15/10/09 07:18 PM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
Hi...I have a bot on a channel. I want to be able to voice only certain people automatically when they enter the channel...is there a simple way to do this?

starr #215913 15/10/09 08:02 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Code:
menu nicklist {
  $iif($level($address($$1,3)) = voiced,$style(1)) Voiced List:{ $iif($level($address($$1,3)) = voiced,ruser,auser) voiced $address($$1,3) }
}

on voiced:join:#:pvoice 4 # $nick


If this doesn;t work make sure the address matches.

DJ_Sol #215914 15/10/09 08:08 PM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
does this go in remote?

starr #215915 15/10/09 08:09 PM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
and is the address the channel name?

starr #215916 15/10/09 08:14 PM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
this is what I tried, but can't get to work:

;voice on entry
ON@*:JOIN:#the`room {

if ($nick=lilmouse) {
mode $chan +v $nick
}
}

starr #215917 15/10/09 09:38 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Just replace that code with the one I gave you ....

DJ_Sol #215918 15/10/09 09:45 PM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
I'm sorry...I am a true novice...but where do I put the code and is the address the same as the channel name? And how will I tell it which people to voice?

starr #215920 15/10/09 11:35 PM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Put that in your remotes.

Channel and User Address are not the same.

Select the person you want to put on the Voiced List in the nicklist.

DJ_Sol #215922 16/10/09 12:23 AM
Joined: Mar 2008
Posts: 33
S
starr Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2008
Posts: 33
thanks very much!


Link Copied to Clipboard