then you would right the code like you would for the nicklist
But you will have to specify the nick if you plan on using any codes that will target a nick, and you have to add them to the proper window menu in popups

You can make just about any code work in the channel menu like this

Code:
 

Mrc Loader
.Load:/load -rs [ $$hfile="Enter the Mrc to Load..." $mircdir\*.mrc ] 
.-
.UnLoad:/unload -rs [ $$hfile="Enter the Mrc to UnLoad..." $mircdir\*.mrc ] 
.-
.Run:/run [ $$hfile="Enter the file to run..." $mircdir\*.* ] 

 


Now if you are adding a channel menu to a script you can use codes like this. so they do not have to be written into the Remote Popup Channel

Code:
  

menu channel {
  Mrc Loader
  .Load:/load -rs [ $$hfile="Enter the Mrc to Load..." $mircdir\*.mrc ] 
  .-
  .UnLoad:/unload -rs [ $$hfile="Enter the Mrc to UnLoad..." $mircdir\*.mrc ] 
  .-
  .Run:/run [ $$hfile="Enter the file to run..." $mircdir\*.* ] 
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....