Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Support/Help => Topic started by: mikekaganski on 23 08 2019, 07:12:28

Title: How to introduce a delay in IRC "Perform" sequence
Post by: mikekaganski on 23 08 2019, 07:12:28
Is it possible to introduce a delay in execution of commands performed on events in IRC networks? Specifically, I need to issue a NickServ GHOST command, and then to set my nick. But the GHOST needs some time to perform, and the command is returned immediately and is performed asynchronously, so /nick command issued immediately just fails.

I wanted my Perform sequence to look somewhat like this:

Code: [Select]
/msg NickServ GHOST <mynick>
<DELAYCOMMAND 500 ms>
/nick <mynick>
Title: Re: How to introduce a delay in IRC "Perform" sequence
Post by: dartraiden on 16 09 2019, 17:13:20
https://github.com/miranda-ng/miranda-ng/issues/2067#issuecomment-531865552