You can add colors if you wish, I only added bolds because I get people complaining they cannot see various colors. To add colors, change this line:
Code: Select all
set line [format "\002SteamID\002:%s \002League\002:%s \002Loc\002:%s \002Div\002:%s \002Clan\002:%s \002ClanURL\002:%s \002Rec\002:%s \002IRC\002:%s \002Tag\002:%s \002Handle\002:%s \002UserURL\002:%s \002Name\002:%s"
#anti-wordwrapperline-######################################################################################################################################################################################################
Read the manpage for [format] but it should be pretty obvious what to change, just leave the %s's in place, and you can put like \003<colorcode>%s\003 around them, whatever you wanna do.
The url's are available from steamid's website if you hover your mouse over the clannames and handlenames, so I figured I'd include them in my output.
Only one peculiarity I've found that I cannot seem to resolve.. If you try to search for a \ (backslash) as the first char of a word, it doesn't work (despite the string map I have to translate those chars into html codes, and it having the exact same format as steamid's site when you try to search for <backslash> as the 1st char..) I tried setting the script to use query, but that failed as well, so, I guess it's a bug we're stuck with. Other than that it seems to accept pretty much everything you can throw at it.