6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
/*Customize nicks from X to XMPP*/
|
|
result = nick
|
|
if(nick == "Mikel Jauregi") {
|
|
result = "Mikeltxo"
|
|
}
|