levels
Description
These are the message levels that are used throughout Irssi; they describe what kind of message is displayed.
These are the common levels you can use:
|
Actions by a nickname. |
|
Irssi’s internal messages. |
|
Irssi’s internal error messages. |
|
Irssi’s internal notices. |
|
Can be almost anything. |
|
CTCP messages. |
|
DCC protocol related messages. |
|
DCC chat messages. |
|
An invite is received. |
|
A nickname joins a channel. |
|
A nickname gets kicked from a channel. |
|
A channel mode is modified. |
|
Private messages. |
|
A nickname changes to another nickname. |
|
Private notices. |
|
A nickname leaves a channel. |
|
Public messages in a channel. |
|
Public notices in a channel. |
|
A nickname disconnects from IRC. |
|
Notices sent from a server. |
|
A channel topic is modified. |
|
A wallop is received. |
These are the special levels you can use:
|
The text is highlighted. |
|
Never ignores or logs the message. |
|
Hides the message when window HIDELEVEL includes HIDDEN. |
|
Doesn’t trigger any activity in the statusbar. |
|
The text is not highlighted. Suppresses hilights when used with /ignore. |
When using levels from Irssi scripts, you need to prepend the level with ‘MSGLEVEL_’; for example ‘CRAP’ becomes ‘MSGLEVEL_CRAP’.