mIRC Home    About    Download    Register    News    Help

Print Thread
#17725 01/04/03 05:13 PM
Joined: Feb 2003
Posts: 33
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Feb 2003
Posts: 33
I'v made script for changing the colours for @'s +'s %'s etc in front of each nickname

but on the network i'm on there is also the funkion as admin (!)
but when use of $iif($nick isop $chan,4!,$iif($nick isop $chan,4@,.....)) then it will display
!@ in front of that nick so my request is for the next version of mIRC 6.04 could there be an identifye for those networks who have 4ranks? somthing like if $nick isadmin $chan ... ??

thank you

or perhap you know a identifyer wich can initialise the prefix of the nick
so i can check $iif(! isin $prefix,...)

here is what i have ..
Code:
on ^*:TEXT:*:#:{
  echo $chan 11[14 $+ $asctime(HH:nn:ss) $+ 11] < $+ $iif($nick isop $chan,4!,$iif($nick isop $chan,4@,$iif($nick ishop $chan,3%,$iif($nick isvoice $chan,12+)))) $+  $+ $nick $+ > $1-  
  haltdef 
}


#17726 01/04/03 06:00 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/help $nick
The pnick property returns the nickname in a [email].@%+nick[/email] format.


Code:
//if ( khaled isgod ) echo yes | else echo no
#17727 01/04/03 08:32 PM
Joined: Feb 2003
Posts: 33
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Feb 2003
Posts: 33
so how is the use?
$nick($chan,$nick($chan,$nick),pnick) ?

or what?
$prefix gives all the possibillity's on the network

Last edited by Gods_Hell; 01/04/03 08:36 PM.

#17728 01/04/03 09:11 PM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
$nick($chan,$nick).pnick

RTFM grin

#17729 02/04/03 05:04 AM
Joined: Feb 2003
Posts: 33
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Feb 2003
Posts: 33
aha thank you verry much!!!


#17730 02/04/03 04:34 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Please don't stop posting, i love that signature smirk


- cF
Dedicated helper for rent.
#17731 03/04/03 04:47 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Q: How can you tell you're spending too much time on the internet?

A: When you beg someone to continue posting to a forum so you can continue to see a pic of computer generated girl in a bikini.

wink

#17732 03/04/03 08:24 AM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Story of my life.


- cF
Dedicated helper for rent.
#17733 05/04/03 05:01 PM
Joined: Feb 2003
Posts: 33
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Feb 2003
Posts: 33
lolz

hehehe same here dude!! hahaha
welcome in dah club wink



Link Copied to Clipboard