Change to 'roomname' instead of 'name'.
parent
c89b6e1e27
commit
e102000e58
|
@ -135,8 +135,8 @@ export const CommandMap = {
|
|||
},
|
||||
}),
|
||||
|
||||
name: new Command({
|
||||
name: 'name',
|
||||
roomname: new Command({
|
||||
name: 'roomname',
|
||||
args: '<name>',
|
||||
description: _td('Sets the room name'),
|
||||
runFn: function(roomId, args) {
|
||||
|
|
Loading…
Reference in New Issue