mIRC Home    About    Download    Register    News    Help

Print Thread
#33171 30/06/03 02:10 PM
Joined: Dec 2002
Posts: 24
R
RODF Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 24
When X (Undernet) sets mode +o RODF, a command is on. How I make?

#33172 30/06/03 03:13 PM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
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


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#33173 30/06/03 03:44 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I'm sorry I never understood either. confused Did you mean..
Code:
on *:OP:#: { echo 3 $chan $timestamp *** $nick sets +o $opnick | halt }

Last edited by SladeKraven; 30/06/03 04:02 PM.
#33174 30/06/03 04:01 PM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
On the undernet X represents a Bot in your channel
Here is a link to 10 Apr 2003, OpSchool Session - X commands
web page




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#33175 30/06/03 06:04 PM
Joined: Dec 2002
Posts: 24
R
RODF Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 24
Explaining better: If X gives me Op, the variable %auth would be on:
On 1:OP:#: ??? { set %auth On }


#33176 30/06/03 06:56 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/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 }


Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard