From 9a9460c8f1303c6220fe1b5d25beb40804052d2e Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Tue, 13 Feb 2024 18:29:20 +0000 Subject: [PATCH] irc-bot: me re-read code --- profiles/irc-bot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/irc-bot.nix b/profiles/irc-bot.nix index 005ac1e..795f339 100644 --- a/profiles/irc-bot.nix +++ b/profiles/irc-bot.nix @@ -45,7 +45,7 @@ }; ircClients = { nickTemplate = "$DISPLAY"; - allowNickChanges = false; + allowNickChanges = true; maxClients = 500; lineLimit = 10; kickOn = {