# to know when somebody talks about this client:
s.t.k 0x32 sic
# ignore a bozo
s.t.k 0x200 *!*bozoid@*.edu
# I don't want to miss anything from god
s.t.k 0x100 GOD!god@heaven
# if somebody says my nick, add their nick to the control-space list
s.t.k 0x040 mynick
# mark color codes to be hidden (toggle with ESC-H)
# these needs to be a real control-c character, not two characters
s.t.k 0x10008 ^C[0-9]+
s.t.k 0x10008 ^C[0-9]+;[0-9]+
# automatically attempt to reconnect to servers
s.t.s.2 on
# don't yow! (you'll probably want this!)
s.t.s.12 on
# prefix with the time
s.t.29 %H:%M|
#
# By default, numerics aren't formatted in any special way.
# This is probably a bit annoying, here are some examples on how you
# can format some.  See the "stats" file for more examples.
#
# whois reply
s.t.#311 %N %p{1} is %p{2}@%p{3} (%p{5,$})
s.t.#319 %N On channels: %p{2,$}
s.t.#312 %N Via %p{2} (%p{3,$})
s.t.#317 %N Idle: %p{2:t}
