mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1272 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a1cb6eccc3
commit
c8893c61ee
2 changed files with 128 additions and 47 deletions
35
docs/help/in/levels.in
Normal file
35
docs/help/in/levels.in
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Message levels (or in short, levels) are used almost everywhere.
|
||||
They describe what kind of messages we're dealing with. Here's a
|
||||
list of them all:
|
||||
|
||||
CRAP - Can be almost anything
|
||||
MSGS - Private messages
|
||||
PUBLIC - Public messages in channel
|
||||
NOTICES - Notices
|
||||
SNOTES - Server notices
|
||||
CTCPS - CTCP messages
|
||||
ACTIONS - Actions (/me) - usually ORed with PUBLIC or MSGS
|
||||
JOINS - Someone joins a channel
|
||||
PARTS - Someone parts a channel
|
||||
QUITS - Someone quits IRC
|
||||
KICKS - Someone gets kicked from channel
|
||||
MODES - Channel mode is changed
|
||||
TOPICS - Channel topic is changed
|
||||
WALLOPS - Wallop is received
|
||||
INVITES - Invite is received
|
||||
NICKS - Someone changes nick
|
||||
DCC - DCC related messages
|
||||
DCCMSGS - DCC chat messages
|
||||
CLIENTNOTICES - Irssi's notices
|
||||
CLIENTERRORS - Irssi's error messages
|
||||
CLIENTCRAP - Some other messages from Irssi
|
||||
|
||||
And a few special ones that could be included with the
|
||||
levels above:
|
||||
|
||||
HILIGHT - Text is highlighted
|
||||
NOHILIGHT - Don't check highlighting for this message
|
||||
NO_ACT - Don't trigger channel activity when printing
|
||||
this message
|
||||
NEVER - Never ignore or log this message
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue