diff options
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 9979f451..cbfa985a 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -12,6 +12,7 @@ <li><a href="#c2">Basic user interface usage</a> <ul> <li>Split windows work in weird way</li> + <li>I don't want any windows, I want it just like in ircII!</li> </ul></li> <li><a href="#c3">Server and channel automation</a> <ul> @@ -214,6 +215,13 @@ automatic creating of them with</p> /SET autocreate_windows OFF </pre> +<p>And if you keep all channels in one window, you most probably want +the channel name printed in each line:</p> + +<pre> + /SET print_active_channel ON +</pre> + <p>If you want to group only some channels or queries in one window, use</p> |