mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02: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:
parent
c3a6417c0f
commit
ff5961dd09
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue