Author Topic: How to introduce a delay in IRC "Perform" sequence  (Read 1829 times)

0 Members and 1 Guest are viewing this topic.

Offline mikekaganski

  • Newbie
  • *
  • Posts: 1
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>