mIRC Home    About    Download    Register    News    Help

Print Thread
A
Ancyker
Ancyker
A
I have an on mode event, but it doesnt cover this...

[16:10:45] * Ancyker sets mode: +h dephekt

Some help plz? I tried on HALFOP but that didnt work, and the normal on MODE doesnt work. (I have mIRC 6.03)

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Code:
on 1:usermode: { 
 if (+h isin $1-) { echo -at You set $1- }
}

C
codemastr
codemastr
C
mIRC, for whatever reason, calls the function ON HELP (and ON DEHELP for -h).

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
I forgot about that. confused


Link Copied to Clipboard