mirror of
https://github.com/reality/dbot.git
synced 2025-01-25 19:44:22 +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 {
|
return {
|
||||||
'server': event.server,
|
'server': event.server,
|
||||||
'alias': newAlias
|
'primary': primaryUser,
|
||||||
|
'secondary': secondaryUser
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
event.reply(dbot.t('unprimary_error'));
|
event.reply(dbot.t('unprimary_error'));
|
||||||
|
Loading…
Reference in New Issue
Block a user