Files
prosody-podman/extras/matterbridge/nicks.tengo
T
2026-07-28 18:12:54 +02:00

6 lines
104 B
Plaintext

/*Customize nicks from X to XMPP*/
result = nick
if(nick == "Mikel Jauregi") {
result = "Mikeltxo"
}