mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
i am a retard
This commit is contained in:
parent
f1d30c9df2
commit
7954f4e080
@ -60,7 +60,7 @@ var users = function(dbot) {
|
||||
|
||||
// Replace users entry with new primary user
|
||||
var usersIndex = knownUsers.users.indexOf(newAlias);
|
||||
knownUsers.splice(usersIndex, 1);
|
||||
knownUsers.users.splice(usersIndex, 1);
|
||||
knownUsers.users.push(newParent);
|
||||
|
||||
// Remove alias for new parent & add alias for new alias
|
||||
|
Loading…
Reference in New Issue
Block a user