This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Making \$nick bold from .tcl script

Old posts that have not been replied to for several years.
Locked
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Making \$nick bold from .tcl script

Post by DrTongue »

Have a small .tcl script that warns people for channel rules.....caps, colors...so on and so on. It currently uses:

" \$nick :Please don't yada yada......"

How can I make the nick appear in bold Like this:
<nickname>: Please don't yada yada.....
I have tried \00303 \$nick :\003 and \00303 $nick :\003
What am I doing wrong?

THanks.....
c
cvanmeer
Halfop
Posts: 40
Joined: Tue Dec 02, 2003 1:00 pm
Location: The Netherlands
Contact:

Post by cvanmeer »

the \00303 must be: \002
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

Great, so I wasn't even in the ballpark. I woulda SWORN I saw that somewhere. Oh well, not the first time and probably not the last.

so \002 \$nick :\002 Please don't........

or would it be just $nick

I will try the first and if it doesn't work will check back here :)

Thanks.......
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

\002$nick\002 works fine.
c
cvanmeer
Halfop
Posts: 40
Joined: Tue Dec 02, 2003 1:00 pm
Location: The Netherlands
Contact:

Post by cvanmeer »

good :)
Locked