From d9ce50583e02c7a027bc4afd00cf6c0a7708649e Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sun, 1 May 2022 02:31:33 -0700 Subject: [PATCH] Add /wait command to commands input --- client/components/NetworkForm.vue | 6 ++++- src/plugins/irc-events/connection.js | 39 +++++++++++++++++++++------- 2 files changed, 35 insertions(+), 10 deletions(-) diff --git a/client/components/NetworkForm.vue b/client/components/NetworkForm.vue index 540a5e13..349f94fd 100644 --- a/client/components/NetworkForm.vue +++ b/client/components/NetworkForm.vue @@ -271,7 +271,11 @@ class="tooltipped tooltipped-ne tooltipped-no-delay" aria-label="One /command per line. Each command will be executed in -the server tab on every connection." +the server tab on every connection. + +If you want to wait for a time between +commands, you can use `/wait `, +like `/wait 5`." >