mirror of https://github.com/vector-im/riot-web
parent
8bd45ce893
commit
4c8593a91f
|
@ -722,7 +722,7 @@ export const CommandMap = {
|
||||||
|
|
||||||
rainbow: new Command({
|
rainbow: new Command({
|
||||||
name: "rainbow",
|
name: "rainbow",
|
||||||
description: _td(""),
|
description: _td("Sends the given message coloured as a rainbow"),
|
||||||
args: '<message>',
|
args: '<message>',
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
if (!args) return reject(this.getUserId());
|
if (!args) return reject(this.getUserId());
|
||||||
|
@ -732,7 +732,7 @@ export const CommandMap = {
|
||||||
|
|
||||||
rainbowme: new Command({
|
rainbowme: new Command({
|
||||||
name: "rainbowme",
|
name: "rainbowme",
|
||||||
description: _td(""),
|
description: _td("Sends the given emote coloured as a rainbow"),
|
||||||
args: '<message>',
|
args: '<message>',
|
||||||
runFn: function(roomId, args) {
|
runFn: function(roomId, args) {
|
||||||
if (!args) return reject(this.getUserId());
|
if (!args) return reject(this.getUserId());
|
||||||
|
|
|
@ -178,6 +178,8 @@
|
||||||
"The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.",
|
"The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.",
|
||||||
"Displays action": "Displays action",
|
"Displays action": "Displays action",
|
||||||
"Forces the current outbound group session in an encrypted room to be discarded": "Forces the current outbound group session in an encrypted room to be discarded",
|
"Forces the current outbound group session in an encrypted room to be discarded": "Forces the current outbound group session in an encrypted room to be discarded",
|
||||||
|
"Sends the given message coloured as a rainbow": "Sends the given message coloured as a rainbow",
|
||||||
|
"Sends the given emote coloured as a rainbow": "Sends the given emote coloured as a rainbow",
|
||||||
"Unrecognised command:": "Unrecognised command:",
|
"Unrecognised command:": "Unrecognised command:",
|
||||||
"Reason": "Reason",
|
"Reason": "Reason",
|
||||||
"%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s accepted the invitation for %(displayName)s.",
|
"%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s accepted the invitation for %(displayName)s.",
|
||||||
|
|
Loading…
Reference in New Issue