mIRC Homepage
Posted By: JuZt3r Add user.. - 09/01/03 03:57 PM
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. ?
Posted By: theRat Re: Add user.. - 09/01/03 04:02 PM
/help on text
/help hashtables
/help if
/help $md5
Posted By: The_Game Re: Add user.. - 09/01/03 04:58 PM
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

© mIRC Discussion Forums