mIRC Home    About    Download    Register    News    Help

Print Thread
#51967 30/09/03 02:02 PM
Joined: Sep 2003
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Sep 2003
Posts: 11

if $nick isop == $me .{ Control :

Op: .mode # +o $nick
deop:mode # -o $nick

}

its good ,help needed thnx

#51968 30/09/03 02:04 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
$iif($me !isop #,$style(2)) Control #
.Give @:mode # +ooo $$1-
.Take @:mode # -ooo $$1-
.Give %:mode # +hhh $$1-
.Take %:mode # -hhh $$1-
.Give +:mode # +vvv $$1-
.Take +:mode # -vvv $$1-

Last edited by r0ck0; 30/09/03 02:27 PM.
#51969 30/09/03 02:29 PM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
$1 refers to the nickname in a nicklist popup, not $nick. It represents the first selected nickname. $1- returns all selected nicknames with spaces between, so $1 would be the first selected one, $2 would be second etc.


Link Copied to Clipboard