irssi: hide modes from activity too

This commit is contained in:
xfnw 2022-06-11 22:49:15 -04:00
parent f8966743f2
commit 48fd25551d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ settings = {
max_command_history = "1000";
show_nickmode_empty = "no";
window_number_commands = "yes";
activity_hide_level = "JOINS PARTS QUITS NICKS";
activity_hide_level = "JOINS PARTS QUITS NICKS MODES";
};
"irc/core" = { cmds_max_at_once = "1024"; channel_max_who_sync = "64"; };
"irc/flood" = { flood_max_msgs = "1024"; };