mIRC Home    About    Download    Register    News    Help

Print Thread
#97147 09/09/04 02:52 PM
Joined: Feb 2004
Posts: 24
R
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Feb 2004
Posts: 24
This may seem like a stupid question, but I've been scratching my head over this one, How do you change the display while in a room from <nick> to (nick) or anything else.
For Example

[9/9/04} <nick> blah blah confused

Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
on ^*:text:*:#:{
echo -tm $chan ( $+ $nick $+ ) $1-
haltdef
}

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
In addition, you may want to read this thread for some more information and more suggestions.

Regards,


Mentality/Chris
Joined: Feb 2004
Posts: 24
R
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Feb 2004
Posts: 24
ok I used the code
Code:
 on ^*:text:*:*:echo -mbflirt $iif(#,#,$nick) ( $+ $nick $+ ) $1- | haltdef
 
but it disabled the colors I used for my friends so I could keep up with them easier. What would I use to enable this feature again? confused


Link Copied to Clipboard