Hi makochild,

To add another menu item to the menu bar is as easy as adding one to the channel popup, look up /help popup.
Ill give you a short example here also!
If I'm reading what you are asking correctly this should get you on your way! :

; the following code will add an extra menu item called Hello to your menubar, status popup and channel popup.
;Of course you could remove the others that are not needed, like channel and status.
;tell mIRC this is a menu and where it should display
menu menubar,status,channel {
;add the menu item hello
Hello
;add a submenu called testing
.testing: {
;preform this simple task
echo 4 -a Hello this is a test!
;close the menu
}
;close the multi line script
}

Copy and paste the code to your remote section.
This will perform a simple echo in the active window when you click 'testing'. It looks a bit nasty all spread out and commented like that, but it should still work!

Hope this helps!

Regards,
Diz


Dizkonnekted from reality....!