]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorJessica Hamrick <jhamrick@mit.edu>
Sun, 14 Sep 2008 19:22:18 +0000 (14:22 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:47 +0000 (02:24 -0500)
doc/UsingZephyr

index 266185f2281c961dc2beb50f9be0f1332018aaaa..d0041ca592996f2ada92222e79ee5942f987efa5 100644 (file)
@@ -122,13 +122,17 @@ 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 ~/Private/zlog/class}}}
+{{{
+set classlogging on
+set classlogpath ~/Private/zlog/class
+}}}
 
 And to log personals:
 
-{{{set logging on}}}
-{{{set logpath ~/Private/zlog/people}}}
+{{{
+set logging on
+set logpath ~/Private/zlog/people
+}}}
 
 === Colors ===
 
@@ -144,5 +148,7 @@ Some people like to customize their Barnowl by color-coding classes.  This makes
 
 What if you want to color-code your class, or a friends class?  You can create and color filters with:
 
-{{{filter johndoe class johndoe}}}
-{{{filter johndoe -c blue}}}
\ No newline at end of file
+{{{
+filter johndoe class johndoe
+filter johndoe -c blue
+}}}
\ No newline at end of file