3
0
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:
reality 2013-01-17 22:40:49 +00:00
parent 447baa0a79
commit 62419a363b

View File

@ -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'));