irssi/config: set nick to backtick

This commit is contained in:
2026-04-21 09:05:54 -07:00
parent eac005ad3c
commit 6f86285f71

View File

@@ -471,7 +471,7 @@ statusbar = {
};
};
settings = {
core = { real_name = "g"; user_name = "g"; nick = "grave"; theme = "rainbow-dark"; };
core = { real_name = "g"; user_name = "g"; nick = "`"; theme = "rainbow-dark"; };
"fe-text" = { actlist_sort = "refnum"; };
"irc/core" = { cmds_max_at_once = "999999"; cmd_queue_speed = "0ms"; };