Add some very useful commands
This commit is contained in:
parent
26540bd120
commit
eea33062e3
@ -344,6 +344,10 @@ TextInputWidget::command(QString command, QString args)
|
|||||||
sendEmoteMessage(args);
|
sendEmoteMessage(args);
|
||||||
} else if (command == "join") {
|
} else if (command == "join") {
|
||||||
sendJoinRoomRequest(args);
|
sendJoinRoomRequest(args);
|
||||||
|
} else if (command == "shrug") {
|
||||||
|
sendTextMessage("¯\\_(ツ)_/¯");
|
||||||
|
} else if (command == "fliptable") {
|
||||||
|
sendTextMessage("(╯°□°)╯︵ ┻━┻");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user