1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(weechat): real name is first name

This commit is contained in:
2022-01-14 17:26:58 +01:00
parent 72c88d0f38
commit 83837932af

View File

@@ -46,7 +46,7 @@ in {
msg_part = "tschö mit ö";
msg_quit = "ciao kakao";
msg_kick = "warum machst du diese?";
realname = kieran.name;
realname = lib.head (lib.strings.split " " kieran.name);
};
server = {
hackint = {