Skip to content

Instantly share code, notes, and snippets.

@rubo77
Last active April 26, 2022 06:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubo77/81d776f0ebd8175b7d62f051a62e46ef to your computer and use it in GitHub Desktop.
Save rubo77/81d776f0ebd8175b7d62f051a62e46ef to your computer and use it in GitHub Desktop.
matrix synapse commands in riot

/shrug

args:

<message>

description:

Prepends ¯\(ツ)/¯ to a plain-text message

/plain

args:

<message>

description:

Sends a message as plain text, without interpreting it as markdown

/ddg

args:

<query>

description:

Searches DuckDuckGo for results ddg is not a command. To use it, just wait for autocomplete results to load and tab through them

/upgraderoom

args:

<new_version>

description:

Upgrades a room to a new version

/nick

args:

<display_name>

description:

Changes your display nickname

/myroomnick

args:

<display_name>

description:

Changes your display nickname in the current room only

/roomavatar

args:

[<mxc_url>]

description:

Changes the avatar of the current room

/myroomavatar

args:

[<mxc_url>]

description:

Changes your avatar in this current room only

/myavatar

args:

[<mxc_url>]

description:

Changes your avatar in all rooms

/topic

args:

[<topic>]

description:

Gets or sets the room topic

/roomname

args:

<name>

description:

Sets the room name

/invite

args:

<user-id>

description:

Invites user with given id to current room

/join

args:

<room-alias>

description:

Joins room with given alias

/part

args:

[<room-alias>]

description:

Leave room

/kick

args:

<user-id> [reason]

description:

Kicks user with given id

/ban

args:

<user-id> [reason]

description:

Bans user with given id

/unban

args:

<user-id>

description:

Unbans user with given ID

/ignore

args:

<user-id>

description:

Ignores a user, hiding their messages from you

/unignore

args:

<user-id>

description:

Stops ignoring a user, showing their messages going forward

/op

args:

<user-id> [<power-level>]

description:

Define the power level of a user

/deop

args:

<user-id>

description:

Deops user with given id

/devtools

description:

Opens the Developer Tools dialog

/addwidget

args:

<url>

description:

Adds a custom widget by URL to the room

/verify

args:

<user-id> <device-id> <device-signing-key>

description:

Verifies a user, session, and pubkey tuple

/me

args:

<message>

description:

Displays action

/discardsession

description:

Forces the current outbound group session in an encrypted room to be discarded

/rainbow:

description:

Sends the given message coloured as a rainbow

/rainbowme

description:

Sends the given emote coloured as a rainbow

/help

description:

Displays list of commands with usages and descriptions:

Nachrichten
/shrug	<message>	Prepends ¯\_(ツ)_/¯ to a plain-text message
/plain	<message>	Sends a message as plain text, without interpreting it as markdown
/me	<message>	Displays action
/rainbow	<message>	Sends the given message coloured as a rainbow
/rainbowme	<message>	Sends the given emote coloured as a rainbow
Aktionen
/ddg	<query>	Searches DuckDuckGo for results
/nick	<display_name>	Changes your display nickname
/myroomnick	<display_name>	Changes your display nickname in the current room only
/roomavatar	[<mxc_url>]	Changes the avatar of the current room
/myroomavatar	[<mxc_url>]	Changes your avatar in this current room only
/myavatar	[<mxc_url>]	Changes your avatar in all rooms
/invite	<user-id>	Invites user with given id to current room
/join	<room-alias>	Joins room with given alias
/part	[<room-alias>]	Leave room
/ignore	<user-id>	Ignores a user, hiding their messages from you
/unignore	<user-id>	Stops ignoring a user, showing their messages going forward
Administrator
/upgraderoom	<new_version>	Upgrades a room to a new version
/topic	[<topic>]	Gets or sets the room topic
/roomname	<name>	Sets the room name
/kick	<user-id> [reason]	Kicks user with given id
/ban	<user-id> [reason]	Bans user with given id
/unban	<user-id>	Unbans user with given ID
/op	<user-id> [<power-level>]	Define the power level of a user
/deop	<user-id>	Deops user with given id
/addwidget	<url>	Adds a custom widget by URL to the room
Erweitert
/devtools		Opens the Developer Tools dialog
/verify	<user-id> <device-id> <device-signing-key>	Verifies a user, device, and pubkey tuple
/discardsession		Forces the current outbound group session in an encrypted room to be discarded
/help		Displays list of commands with usages and descriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment