mIRC Home    About    Download    Register    News    Help

Print Thread
#198070 20/04/08 01:28 AM
E
ErikDestler
ErikDestler
E
on ^*:mode:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick sets mode: $1- | halt }
on ^*:op:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick opped: $opnick | halt }
on ^*:deop:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick deopped: $opnick | halt }
on ^*:help:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick halfopped: $hnick | halt }
on ^*:dehelp:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick dehalfopped: $hnick | halt }
on ^*:voice:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick voiced: $vnick | halt }
on ^*:devoice:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick devoiced: $vnick | halt }
on ^*:ban:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick banned: $banmask | halt }
on ^*:unban:#: { haltdef | echo $chan 0 $+ $color(mode) *** $nick unbanned: $banmask | halt }

How do I add on protect..? (as in, giving someone protection or sop)
When I looked in the help file I found stuff for $opnick $vnick etc like is in the script, but I found nothing for owner or protect..

So, am I just missing something or what D:

#198071 20/04/08 01:33 AM
Joined: Dec 2002
Posts: 416
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 416
remove the haltdef | and replace the halt with haltdef

Last edited by Othello; 20/04/08 01:33 AM.
Othello #198074 20/04/08 01:54 AM
E
ErikDestler
ErikDestler
E
i wasn't asking about that...? oO

#198075 20/04/08 01:58 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
Owner isn't recognized by mIRC on all IRCd's. One way you could test for these remaining levels, is to use ON RAWMODE, which is on the same page in the help file where the rest of these are located.


Link Copied to Clipboard