Thanks man. I got another question:
Trying to get it so any ops can invite my bot. The code I got is:
ON @*:INVITE:#:
if ($nick isop $chan) {
/join $chan}
}

It isnt working. Am I doing it wrong.
Also we want a script that will acitivate with a command like !setevent (ops only) [event info etc here]

Then som1 later can say !event and it will say w/e the person inputed before.

Does any1 have any idea on how to do this?