mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2008
Posts: 8
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Joined: Apr 2008
Posts: 8
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


Danilo Abrantes

#JAMPA - irc.BRLink.org
www.BRLink.org
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
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 }



- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard