1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05:00

Removed MSGS from hilight_level, not very useful IMHO

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1141 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-22 20:17:25 +00:00 committed by cras
parent c3a6417c0f
commit ff5961dd09

View File

@ -705,7 +705,7 @@ static void read_settings(void)
void hilight_text_init(void)
{
settings_add_str("lookandfeel", "hilight_color", "8");
settings_add_str("lookandfeel", "hilight_levels", "PUBLIC MSGS DCCMSGS");
settings_add_str("lookandfeel", "hilight_levels", "PUBLIC DCCMSGS");
next_nick_hilight = NULL;
next_line_hilight = NULL;