X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Flevels.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Flevels.in;h=937ec1ddebb0b8c85d4eeb17e51d310bb2e86985;hb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa;hp=0000000000000000000000000000000000000000;hpb=0f9738ce962b8498bbed0a75d5fb6fa127e3577f;p=silc.git diff --git a/apps/irssi/docs/help/in/levels.in b/apps/irssi/docs/help/in/levels.in new file mode 100644 index 00000000..937ec1dd --- /dev/null +++ b/apps/irssi/docs/help/in/levels.in @@ -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 +