mIRC Homepage
Please, I see the views of friends of the forum, what you think and whether it is possible that in some next version of mIRC, the usernames to appear in the channel and in private conversations without those signs: <>

What do you believe it?

sorry me for bad English blush

Simulation:

[20:46:57] <Abrantes> hi!!!!!!!!

Without the < >:

[20:46:57] Abrantes: hi!!!!!!!!!!


[] s
this is already possible via scripting. add the following to Alt-R (Remotes) in a new file.

Code:
on ^*:TEXT:*:*:echo -tm $iif(#,#,$nick) $nick $+ : $1- | haltdef
on *:INPUT:*:if (/* !iswm $1) { .msg $active $1- | echo -tm $iif(#,#,$nick) $me $+ : $1- | halt }

© mIRC Discussion Forums