TODO |
------+
Moderation features:
- * Select row
* Lista righe di chat
* Richiesta di verifica
* Ban per nick/sessione/IP
* Filtra per tavolo e/o room
* Silent cancer behaviour management
+DONE * Select row
- moderation
. turn off moderation when moder win is closed or if window creation fails
this.time = item_ar[0];
this.usrid = item_ar[1];
- this.where = item_ar[2];
+ this.table = item_ar[2];
this.name = item_ar[3];
this.cont = item_ar[4];
tr.appendChild(td);
td = document.createElement("td");
- td.innerHTML = this.where;
+ td.innerHTML = this.table;
tr.appendChild(td);
td = document.createElement("td");
ModerateItem.prototype = {
time: 0,
usrid: 0,
- where: -1,
+ table: -1,
name: "",
cont: "",