mirror of https://github.com/calzoneman/sync.git
Fix typo
This commit is contained in:
parent
8d9b056af5
commit
49dc501a8e
|
@ -397,7 +397,7 @@ Database.prototype.loadChannelData = function (chan, callback) {
|
|||
}
|
||||
|
||||
if(res[0].name != chan.name)
|
||||
chan.name = rows[0].name;
|
||||
chan.name = res[0].name;
|
||||
chan.registered = true;
|
||||
|
||||
// Load bans
|
||||
|
|
Loading…
Reference in New Issue