irssi: set go_matched_anchored

This commit is contained in:
xfnw 2022-06-12 16:59:27 -04:00
parent 6b649441bf
commit 509c078475
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ settings = {
};
"irc/core" = { cmds_max_at_once = "1024"; channel_max_who_sync = "64"; };
"irc/flood" = { flood_max_msgs = "1024"; };
"perl/core/scripts" = { go_match_anchored = "no"; };
};
logs = { };
windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; };