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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user