Work on ban list and channel ranks
This commit is contained in:
parent
2d7b0fe2ac
commit
9306200a87
9 changed files with 118 additions and 108 deletions
|
|
@ -549,7 +549,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
db.query("INSERT INTO `chan_" + chan + "_bans` (ip, name, reason, bannedby) " +
|
||||
"VALUES (?, ?, ?, ?)", [ip, name, reason, bannedby], callback);
|
||||
"VALUES (?, ?, ?, ?)", [ip, name, note, bannedby], callback);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue