implemented bots
This commit is contained in:
parent
d69b12b8d6
commit
fcaf8f71bc
4 changed files with 157 additions and 24 deletions
|
@ -13,7 +13,7 @@ function changeNick(player_id, nick) {
|
|||
GGS.localStorage.setItem("nick_" + player_id, nick);
|
||||
|
||||
if (!old_nick) {
|
||||
GGS.sendCommandToAll("notice", nick + " joined");
|
||||
GGS.sendCommandToAll("notice", nick + " joined ä");
|
||||
} else {
|
||||
GGS.sendCommandToAll("notice", old_nick + " is now called " + nick);
|
||||
}
|
||||
|
|
Reference in a new issue