This commit is contained in:
2026-07-28 18:12:54 +02:00
commit 336b36c8e1
37 changed files with 2332 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/*Customize nicks from X to XMPP*/
result = nick
if(nick == "Mikel Jauregi") {
result = "Mikeltxo"
}