mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2003
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Mar 2003
Posts: 3
I searched on here but couldn't find it, can anyone tell me if there is a simple way to change the <+Admiral_Justin> to something maybe like [+Admiral_Justin] or |+Admiral_Justin|

I already know a little bit about scripting, I just can't figure this out. confused

Thanks/

Joined: Dec 2002
Posts: 212
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Dec 2002
Posts: 212
try /help halting defaut text
and /help on input


And all I need now is intellectual intercourse, a soul to dig the hole much deeper
Joined: Mar 2003
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Mar 2003
Posts: 3
Only thing is I can't figure out what one to use frown

Joined: Dec 2002
Posts: 54
L
laz Offline
Babel fish
Offline
Babel fish
L
Joined: Dec 2002
Posts: 54
Here's a tutorial on how to make a theme system.

Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
I wrote a script to change the color of the nick and change the brackets around the nicks name in the channel. Here is part of a script I used, Edit the variables for the color and Brackets used in the nick If you would like a copy of my DCN.mrc memo me and I will send you a copy of the script

Code:
  [color:red] 
on ^*:TEXT:*:*: {
  if ($target ischan) { .echo -tmi2 # $+(,,%dcb1,%dchr1,,,%dcn1,$remove($nick(#,$nick).pnick,@,+,),,,%dcb1,%dchr2,1,) $1- | /haltdef }  
  else { echo -tlmi2 $nick $+(,,%dcb1,%dchr1,,,%dcn1,$nick,,,%dcb1,%dchr2,1,) $1- | /haltdef } 
}
 [/color]  





Intelligence: It's better to ask a stupid question, then to prove it by not asking....

Link Copied to Clipboard