

If you want the script to pick up multiple nicks then you can use $$* instead. It will automatically pick up the first name highlighted. * $$1 is used to represent different nicknames instead of writing the same command out with each users nickname in it. Also bare in mind menu titles only require words for in the menu and a position (if applicable). Still don't understand the dots 100%? I'll write a little script using them which will hopefully help you to understand them more. In this case the command is /run which will run the freenode website. They tell the compiler when the command starts and thus a slash is not always needed after it.Ĭommand(s) (/run - Command or commands performed when the "Freenode" pop up is selected. It is helpful to put useful words in the menu.Ĭolon(:) - colons are needed to seperate the words in the menu from the actual command(s). Words In The Menu (Freenode) - Words in the menu are the words that appear when you right click or click "commands" in the menu bar, this is so you know where to click to activate each command. So basically the dots indicate the position of the popup in the script in regards to the previous popup. no dot will mean the code will appear in the first/main popup column, one dot means the code will appear in the second column (first sub-menu) of a popup menu, two dots means it will appear in the third column (second sub-menu) and so forth. Freenode:/run Position (dot) - dots are used to place a command somewhere within a popup, e.g. So first you will need the syntax for popups scripting which I will give with an example and break down into individual steps making it easier for you to understand:Ī popup script requires a position, word(s) to appear in the menu, a colon (to seperate the word(s) in the menu with the command(s), and the command(s) triggered when the popup is selected/clicked. Tools > Script Editor > Popups > View > Click whichever one you need.Īfter reaching the script editor screen (following the process above), you are now ready to code a popup. To add or code scripts for these places please follow these instructions:

Popups can be used in the status window, menu bar, query, channel and nick list. They are able to prompt a variety of commands, and are useful for things such as nick commands or channel commands.

MIRC popups scripts are the popup menus that appear on your screen when you right click in certain areas or go to "commands" in the menu bar. How to edit and make your own popups script
