View Single Post
Old 07-02-2004, 11:14 AM  
djrob
Senior Member
 
Join Date: Jul 2003
Posts: 99
Default

Yep, it can use colors (even though i don't use that)

Code:
#######################
### Display options ###
#######################

## You can customize those. Try not to break anything by adding invalid chars like " or []
## [b] for bold, [c]x for color x, [u] for underline
## Use \n to split messages on multiple lines

proc b {} {return };	# bold code
proc c {} {return };	# color code
proc u {} {return };	# underline code
set splitter(CHAR) "\n"
Add this as well for nuke to announce properly:
Code:
################
# For !commands:
################

proc ioB:skin {} {
global ioBvar announce nuke

set nuke(SPLITTER) "@"
djrob is offline   Reply With Quote