mIRC Homepage
Posted By: RODF sets mode +o - 30/06/03 02:10 PM
When X (Undernet) sets mode +o RODF, a command is on. How I make?
Posted By: Raccoon Re: sets mode +o - 30/06/03 03:13 PM
Sorry, I'm not sure I understood your question correctly. If you are asking what +o does, and what commands it enables you to use... I recommend typing /ircintro.

- Raccoon
Posted By: SladeKraven Re: sets mode +o - 30/06/03 03:44 PM
I'm sorry I never understood either. confused Did you mean..
Code:
on *:OP:#: { echo 3 $chan $timestamp *** $nick sets +o $opnick | halt }
Posted By: Othello Re: sets mode +o - 30/06/03 04:01 PM
On the undernet X represents a Bot in your channel
Here is a link to 10 Apr 2003, OpSchool Session - X commands
web page
Posted By: RODF Re: sets mode +o - 30/06/03 06:04 PM
Explaining better: If X gives me Op, the variable %auth would be on:
On 1:OP:#: ??? { set %auth On }

Posted By: theRat Re: sets mode +o - 30/06/03 06:56 PM
/help /auser
You add the X bot to user list with level X
/auser X X!x@x.server.com

on X:OP:#: if ( $opnick == $me) { set %auth On }
© mIRC Discussion Forums