mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 12:32:36 +01:00
correct return object for mergeusers
This commit is contained in:
parent
447baa0a79
commit
62419a363b
@ -79,7 +79,8 @@ var commands = function(dbot) {
|
||||
|
||||
return {
|
||||
'server': event.server,
|
||||
'alias': newAlias
|
||||
'primary': primaryUser,
|
||||
'secondary': secondaryUser
|
||||
};
|
||||
} else {
|
||||
event.reply(dbot.t('unprimary_error'));
|
||||
|
Loading…
Reference in New Issue
Block a user