diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-24 17:24:34 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-24 17:24:34 +0000 |
commit | e59b9c9616aed746b2c7cfdde182ad4a39edda1e (patch) | |
tree | 757a7e03373864a15c184eed998ed037c93b8d5f /docs/msglevels.txt | |
parent | moved prompt_info to its own subdir (diff) | |
download | irssi-scripts-e59b9c9616aed746b2c7cfdde182ad4a39edda1e.tar.gz irssi-scripts-e59b9c9616aed746b2c7cfdde182ad4a39edda1e.zip |
added some text files with various irssi perl-xs glue function dumps
Diffstat (limited to 'docs/msglevels.txt')
-rw-r--r-- | docs/msglevels.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/msglevels.txt b/docs/msglevels.txt new file mode 100644 index 0000000..c8bd576 --- /dev/null +++ b/docs/msglevels.txt @@ -0,0 +1,58 @@ +=over + +=item C<MSGLEVEL_CRAP> + +=item C<MSGLEVEL_MSGS> + +=item C<MSGLEVEL_PUBLIC> + +=item C<MSGLEVEL_NOTICES> + +=item C<MSGLEVEL_SNOTES> + +=item C<MSGLEVEL_CTCPS> + +=item C<MSGLEVEL_ACTIONS> + +=item C<MSGLEVEL_JOINS> + +=item C<MSGLEVEL_PARTS> + +=item C<MSGLEVEL_QUITS> + +=item C<MSGLEVEL_KICKS> + +=item C<MSGLEVEL_MODES> + +=item C<MSGLEVEL_TOPICS> + +=item C<MSGLEVEL_WALLOPS> + +=item C<MSGLEVEL_INVITES> + +=item C<MSGLEVEL_NICKS> + +=item C<MSGLEVEL_DCC> + +=item C<MSGLEVEL_DCCMSGS> + +=item C<MSGLEVEL_CLIENTNOTICE> + +=item C<MSGLEVEL_CLIENTCRAP> + +=item C<MSGLEVEL_CLIENTERROR> + +=item C<MSGLEVEL_HILIGHT> + +=item C<MSGLEVEL_ALL> + +=item C<MSGLEVEL_NOHILIGHT> + +=item C<MSGLEVEL_NO_ACT> + +=item C<MSGLEVEL_NEVER> + +=item C<MSGLEVEL_LASTLOG> + +=back + |