mIRC Home    About    Download    Register    News    Help

Print Thread
#5695 09/01/03 03:57 PM
Joined: Dec 2002
Posts: 14
J
JuZt3r Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: Dec 2002
Posts: 14
I want to make my own Voice bot. or somthing. But i dont know how to. Vant to make every one to /msg bot pass pass. and msg bot voice pass. just like eggdrop..
can someone give me some idees. ?

#5696 09/01/03 04:02 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/help on text
/help hashtables
/help if
/help $md5


Code:
//if ( khaled isgod ) echo yes | else echo no
#5697 09/01/03 04:58 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
well you could just designate access levels to the channel voices via the /auser command or something that way if they are in the user list for that access level you could make em say something in the room like voice to get their +v. The syntax i used was:

on @Chanvoice:TEXT:voice*:#: {
if ($2 == $null) mode $chan +v $nick
if ($2 ison $chan) mode $chan +v $2
}

that is a simple way of doing it and it works well for me so i hope this is useful to you


Last edited by The_Game; 09/01/03 04:58 PM.

Link Copied to Clipboard