mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(weechat): real name is first name
This commit is contained in:
@@ -46,7 +46,7 @@ in {
|
|||||||
msg_part = "tschö mit ö";
|
msg_part = "tschö mit ö";
|
||||||
msg_quit = "ciao kakao";
|
msg_quit = "ciao kakao";
|
||||||
msg_kick = "warum machst du diese?";
|
msg_kick = "warum machst du diese?";
|
||||||
realname = kieran.name;
|
realname = lib.head (lib.strings.split " " kieran.name);
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
hackint = {
|
hackint = {
|
||||||
|
|||||||
Reference in New Issue
Block a user