mIRC Home    About    Download    Register    News    Help

Print Thread
#198070 20/04/08 01:28 AM
Joined: Feb 2007
Posts: 10
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Feb 2007
Posts: 10
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:

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

Last edited by Othello; 20/04/08 01:33 AM.



Intelligence: It's better to ask a stupid question, then to prove it by not asking....
Othello #198074 20/04/08 01:54 AM
Joined: Feb 2007
Posts: 10
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Feb 2007
Posts: 10
i wasn't asking about that...? oO

ErikDestler #198075 20/04/08 01:58 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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