Smogon tiers:
' +
'-
The banlists for each tier' +
'-
Uber Pokemon' +
'-
Overused Pokemon' +
@@ -1448,7 +1448,7 @@ function parseCommandLocal(user, cmd, target, room, socket, message) {
lockdown = true;
for (var id in rooms) {
- rooms[id].addRaw('
The server is restarting soon.
Please finish your battles quickly. No new battles can be started until the server resets in a few minutes.
');
+ rooms[id].addRaw('
The server is restarting soon.
Please finish your battles quickly. No new battles can be started until the server resets in a few minutes.
');
if (rooms[id].requestKickInactive) rooms[id].requestKickInactive(user, true);
}
return false;
@@ -1462,7 +1462,7 @@ function parseCommandLocal(user, cmd, target, room, socket, message) {
lockdown = false;
for (var id in rooms) {
- rooms[id].addRaw('
The server shutdown was canceled.
');
+ rooms[id].addRaw('
The server shutdown was canceled.
');
}
return false;
break;
@@ -1512,7 +1512,7 @@ function parseCommandLocal(user, cmd, target, room, socket, message) {
lockdown = false;
config.modchat = false;
- rooms.lobby.addRaw('
We fixed the crash without restarting the server!
You may resume talking in the lobby and starting new battles.
');
+ rooms.lobby.addRaw('
We fixed the crash without restarting the server!
You may resume talking in the lobby and starting new battles.
');
return false;
break;
case 'crashnoted':
@@ -1528,7 +1528,7 @@ function parseCommandLocal(user, cmd, target, room, socket, message) {
lockdown = false;
config.modchat = false;
- rooms.lobby.addRaw('
We have logged the crash and are working on fixing it!
You may resume talking in the lobby and starting new battles.
');
+ rooms.lobby.addRaw('
We have logged the crash and are working on fixing it!
You may resume talking in the lobby and starting new battles.
');
return false;
break;
case 'modlog':