mIRC Homepage
Posted By: SiC Nick Brackets. - 19/09/03 03:33 AM
Is there any setting in mIRC to change the < > that are around the nicknames in the chatrooms or would I have to use some kind of a script to do it?
Posted By: KingTomato Re: Nick Brackets. - 19/09/03 03:48 AM
Script.

/help halting default text
/help on text
/help on notice

etc
Posted By: sparta Re: Nick Brackets. - 19/09/03 03:55 AM
on ^*:TEXT:*:#: {
echo $chan ( $+ $nick $+ ) $1- | haltdef
}
Posted By: SiC Re: Nick Brackets. - 19/09/03 04:20 AM
Is there anyway to do it to my nick too? It works on the others just not my own nick now.
Posted By: sparta Re: Nick Brackets. - 19/09/03 05:18 AM
yes.. TEXT is INPUT instead.. smile

and on msg you shurly want to add a dot.. .msg the dot will make the input text hidden for you.. else it would be like:

(nick) text here
<nick> text here

but look how you text look to others, maybe start a clon and look when yo8u type somthing in the channel, i think you have to replace $1- with $2- .. else you will se your nick too..

(nick) nick text here
Posted By: pheonix Re: Nick Brackets. - 19/09/03 02:01 PM
on *:INPUT:#:{
if ($left($1,1) == /) && ($1 != /me) { return $1- }
elseif ($1 == /me) { describe $active $2- }
else { .msg $active $1- | echo $active ( $+ $me $+ ) $1- }
haltdef
}
© mIRC Discussion Forums