From f13ea25509e932d426ebd69d90368fe9b1d4c1ab Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 12 Aug 2006 21:58:42 +0000 Subject: added support for constants git-svn-id: http://svn.irssi.org/repos/irssi-python@4311 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- constants.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'constants.txt') 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 -- cgit