diff options
author | Timo Sirainen <cras@irssi.org> | 2002-12-18 08:52:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-12-18 08:52:00 +0000 |
commit | cafb1e0805276a5e26f43c861fc66dd048dd9885 (patch) | |
tree | 8d18c2ce740599202711184457a3e57d929d3a96 | |
parent | ec1c33e965684caa7f62712636ac93be3dfbfc68 (diff) | |
download | irssi-cafb1e0805276a5e26f43c861fc66dd048dd9885.zip |
use $tag, not $chatnet
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3061 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.html b/docs/faq.html index ee70f0af..f69be7e6 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -147,4 +147,4 @@ though but currently it doesn't exist.</p> <h3>Q: How do i add the active network to the statusbar</h3> <p>A: Modify the window-line in statusbar section in config file to -<code>window = "{sb $winref:$chatnet/$T{sbmode $M}}";</code></p> +<code>window = "{sb $winref:$tag/$T{sbmode $M}}";</code></p> |