diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-08-12 21:58:42 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-08-12 21:58:42 +0000 |
| commit | f13ea25509e932d426ebd69d90368fe9b1d4c1ab (patch) | |
| tree | 98883c3fd1c4e7912320ba0013a851bfde9133cc /constants.txt | |
| parent | b1b54c58af7cd9419631d7b82b860a7b19097836 (diff) | |
| download | irssi-python-f13ea25509e932d426ebd69d90368fe9b1d4c1ab.tar.gz irssi-python-f13ea25509e932d426ebd69d90368fe9b1d4c1ab.tar.xz irssi-python-f13ea25509e932d426ebd69d90368fe9b1d4c1ab.zip | |
added support for constants
git-svn-id: http://svn.irssi.org/repos/irssi-python@4311 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'constants.txt')
| -rw-r--r-- | constants.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants.txt b/constants.txt index c65b779..a3b8917 100644 --- a/constants.txt +++ b/constants.txt @@ -9,10 +9,10 @@ IRSSI_GUI_KDE IRSSI_GUI_NONE IRSSI_GUI_QT IRSSI_GUI_TEXT -MASK_DOMAIN -MASK_HOST -MASK_NICK -MASK_USER +IRC_MASK_DOMAIN +IRC_MASK_HOST +IRC_MASK_NICK +IRC_MASK_USER MSGLEVEL_ACTIONS MSGLEVEL_ALL MSGLEVEL_CLIENTCRAP |
