Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
Synopsis:
window level [<levels>]
Description:
This sets what type of messages are displayed in the current window.
The actual levels to display may consist of a comma-delimited list
of valid levels (see SET LASTLOG_LEVEL for a complete description).
If no level is specified, the current is displayed.
For windows that only display certain types of information, the rest
is not actually discarded. Rather, it will go to a window that is
set to display such information, or lacking that, the current window.
To actually hide information from the screen, see the ON command.
Examples:
To make the current window display only public and misc. messages:
/window level public,crap
See Also:
set(4) lastlog_level; window(4) lastlog_level
Other Notes:
By default, all windows start out with a LEVEL of ALL. However, if the
PHONE #define was enabled (in config.h) at compile time, this default
is NONE. The string returned by evaluating $info(o) will contain a 'p'
if PHONE was enabled.