parent
259c9c47f3
commit
97622a4d36
@ -1,4 +1,4 @@ |
||||
RocketChat.slashCommands.add('archive', null, { |
||||
description: TAPi18n.__('Archive'), |
||||
description: 'Archive', |
||||
params: '#channel' |
||||
}); |
||||
|
@ -1,4 +1,4 @@ |
||||
RocketChat.slashCommands.add('create', null, { |
||||
description: TAPi18n.__('Create_A_New_Channel'), |
||||
description: 'Create_A_New_Channel', |
||||
params: 'channel' |
||||
}); |
||||
|
@ -1,3 +1,3 @@ |
||||
RocketChat.slashCommands.add 'invite', undefined, |
||||
description: TAPi18n.__ 'Invite_user_to_join_channel' |
||||
description: 'Invite_user_to_join_channel' |
||||
params: '@username' |
||||
|
@ -1,3 +1,3 @@ |
||||
RocketChat.slashCommands.add 'join', undefined, |
||||
description: TAPi18n.__ 'Join_the_given_channel' |
||||
description: 'Join_the_given_channel' |
||||
params: '#channel' |
||||
|
@ -1,3 +1,3 @@ |
||||
RocketChat.slashCommands.add 'msg', null, |
||||
description: TAPi18n.__ 'Direct_message_someone' |
||||
description: 'Direct_message_someone' |
||||
params: '@username <message>' |
||||
|
@ -1,3 +1,3 @@ |
||||
RocketChat.slashCommands.add 'mute', null, |
||||
description: TAPi18n.__ 'Mute_someone_in_room' |
||||
description: 'Mute_someone_in_room' |
||||
params: '@username' |
||||
|
@ -1,3 +1,3 @@ |
||||
RocketChat.slashCommands.add 'unmute', null, |
||||
description: TAPi18n.__ 'Unmute_someone_in_room' |
||||
description: 'Unmute_someone_in_room' |
||||
params: '@username' |
||||
|
@ -1,4 +1,4 @@ |
||||
RocketChat.slashCommands.add('unarchive', null, { |
||||
description: TAPi18n.__('Unarchive'), |
||||
description: 'Unarchive', |
||||
params: '#channel' |
||||
}); |
||||
|
Loading…
Reference in new issue