From bb6fd584661e48027da4137d153fa6062a070ff8 Mon Sep 17 00:00:00 2001 From: Jessica Hamrick Date: Sun, 14 Sep 2008 14:26:47 -0500 Subject: [PATCH] --- doc/UsingZephyr | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/UsingZephyr b/doc/UsingZephyr index 20b2205..ddef7f7 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -131,15 +131,15 @@ Where {{{foo}}} is the variable you want to set, and {{{bar}}} is the value. Yo It is handy to be able to log your conversations so you can refer back to them later. To log classes, for example: {{{ -set classlogging on -set classlogpath ~/path/to/class/log +:set classlogging on +"set classlogpath ~/path/to/class/log }}} And to log personals: {{{ -set logging on -set logpath ~/path/to/people/log +:set logging on +:set logpath ~/path/to/people/log }}} === Colors === @@ -161,4 +161,10 @@ What if you want to color-code your class, or a friends class? You can create a {{{ filter johndoe class johndoe filter johndoe -c blue +}}} + +You can update your settings and filters without restarting your Barnowl session by: + +{{{ +:source ~/path/to/config/file }}} \ No newline at end of file -- 2.45.0