implemented bots

This commit is contained in:
Jeena Paradies 2011-05-05 05:12:55 +02:00
parent d69b12b8d6
commit fcaf8f71bc
4 changed files with 157 additions and 24 deletions

View file

@ -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);
}