diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-06-26 04:20:50 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-06-26 04:20:50 +0000 |
| commit | 96280edc8fda9cc591bc0833398e576bf680931d (patch) | |
| tree | 53dad5721b3fa530a7a69b0169fe4d5d0b614a3e /constants.txt | |
| parent | 3b04cf6a1210f97d8144ee1ba646186aca4912ef (diff) | |
| download | irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.tar.gz irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.tar.xz irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.zip | |
working on new provision for constants and changed sig2code script
git-svn-id: http://svn.irssi.org/repos/irssi-python@4292 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'constants.txt')
| -rw-r--r-- | constants.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/constants.txt b/constants.txt new file mode 100644 index 0000000..39fca36 --- /dev/null +++ b/constants.txt @@ -0,0 +1,42 @@ +INPUT_READ +INPUT_WRITE +IRSSI_GUI_GNOME +IRSSI_GUI_GTK +IRSSI_GUI_KDE +IRSSI_GUI_NONE +IRSSI_GUI_QT +IRSSI_GUI_TEXT +MASK_DOMAIN +MASK_HOST +MASK_NICK +MASK_USER +MSGLEVEL_ACTIONS +MSGLEVEL_ALL +MSGLEVEL_CLIENTCRAP +MSGLEVEL_CLIENTERROR +MSGLEVEL_CLIENTNOTICE +MSGLEVEL_CRAP +MSGLEVEL_CTCPS +MSGLEVEL_DCC +MSGLEVEL_DCCMSGS +MSGLEVEL_HILIGHT +MSGLEVEL_INVITES +MSGLEVEL_JOINS +MSGLEVEL_KICKS +MSGLEVEL_LASTLOG +MSGLEVEL_MODES +MSGLEVEL_MSGS +MSGLEVEL_NEVER +MSGLEVEL_NICKS +MSGLEVEL_NO_ACT +MSGLEVEL_NOHILIGHT +MSGLEVEL_NOTICES +MSGLEVEL_PARTS +MSGLEVEL_PUBLIC +MSGLEVEL_QUITS +MSGLEVEL_SNOTES +MSGLEVEL_TOPICS +MSGLEVEL_WALLOPS +SIGNAL_PRIORITY_DEFAULT +SIGNAL_PRIORITY_HIGH +SIGNAL_PRIORITY_LOW |
