summary refs log tree commit diff
path: root/src/TextInputWidget.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-18 14:02:14 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-18 14:02:14 +0200
commit23e4408fa8a840b78984c97aa927a120a465fd12 (patch)
tree9ee54fe4fe5853e8ee8c8aa0e531142e04eec308 /src/TextInputWidget.cpp
parentTag rooms via context menu (diff)
downloadnheko-23e4408fa8a840b78984c97aa927a120a465fd12.tar.xz
Add /roomnick command
Diffstat (limited to '')
-rw-r--r--src/TextInputWidget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp

index af5c278e..d2359910 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp
@@ -576,6 +576,8 @@ TextInputWidget::command(QString command, QString args) sendBanRoomRequest(args.section(' ', 0, 0), args.section(' ', 1, -1)); } else if (command == "unban") { sendUnbanRoomRequest(args.section(' ', 0, 0), args.section(' ', 1, -1)); + } else if (command == "roomnick") { + changeRoomNick(args); } else if (command == "shrug") { sendTextMessage("¯\\_(ツ)_/¯"); } else if (command == "fliptable") {