Change to 'roomname' instead of 'name'.

This commit is contained in:
Christopher Medlin 2019-01-04 11:29:51 -08:00
parent c89b6e1e27
commit e102000e58

View file

@ -135,8 +135,8 @@ export const CommandMap = {
}, },
}), }),
name: new Command({ roomname: new Command({
name: 'name', name: 'roomname',
args: '<name>', args: '<name>',
description: _td('Sets the room name'), description: _td('Sets the room name'),
runFn: function(roomId, args) { runFn: function(roomId, args) {