mIRC Home    About    Download    Register    News    Help

Print Thread
#59679 10/11/03 01:29 AM
Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
Can someone explain how to use this properly. I have tried as the help file explains, but it does not seem to trigger when any usermodes are changed.

EDIT: Actually, this may not be what I want. I am trying to find out which event I need to use when I get set +o or other op modes. These seem to not be on:mode or on:usermode, so any help would be appreciated

Last edited by Xanadu; 10/11/03 01:33 AM.
Joined: Dec 2002
Posts: 397
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
are you talking about on *:OP:#: { if ($nick == $me) { ..actions.. } }


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
no, I need it to check for +a mode, not +o. The server I am on SOPs get +a

Joined: Dec 2002
Posts: 204
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Dec 2002
Posts: 204
you might wanna check out on rawmode. That is what I have to do on my network to get the modes ( we have +a = sops too ).

/help on rawmode

EDIT: just realized that on rawmode only works if they get +a once yer in the channel, it wont work if they have it when you enter because the mode is already set, sorry bout that., maybe check and see if they have the symbol that is used for your sops in an if statement

FINAL EDIT smile - try something with $nick($active,$1).pnick that returns thier nick and status like if i was an sop in my channel it would return !Keeker and then you could use it in an if statement, like:

alias chkstat {
echo -a $iif( ! isin $nick($active,$1).pnick,SOP detected,Nope - not an sop)
}

then you would use /chkstat <nick> to see if they are an sop or not

hope that makes sense and helps

Last edited by keeker; 10/11/03 03:00 AM.

keek: Scots - intr.v. keeked, keekĀ·ing, keeks
To peek; peep.
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
I believe on OWNER is +a also >:D


-KingTomato
Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
on rawmode was exactly what I was looking for. Was reading the help section on it as you posted that message. Thanks for the help

Joined: Dec 2002
Posts: 204
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Dec 2002
Posts: 204
OMG i actually helped someone? quick, mark it on the calander smile


keek: Scots - intr.v. keeked, keekĀ·ing, keeks
To peek; peep.

Link Copied to Clipboard