mIRC Home    About    Download    Register    News    Help

Print Thread
#93897 12/08/04 11:11 PM
Joined: Jul 2003
Posts: 77
B
Babel fish
OP Offline
Babel fish
B
Joined: Jul 2003
Posts: 77
ok not sure the best way to implement this but see if u can follow me

Ok in popups.ini say u got
Code:
 
something neato
.hey hey
.woah waoh
Modules
 


now say u have some script u load that is considered a "Module" and u wanna add it not to the main rclick menu with like a normal - u wanna add it under Modules.

now correct me if im wrong but i dont think uc an do that

there should be a option when useing menu to like specifiy a handle to the menu like

menu $GetMenuHandle(channels,"Modules",0) {
whatever now
}

and thats now added the submenu thing; now this probably isnt the best way to do it doing like

$GetMenuHandle(menuname,"Txt of menu",levels to search through);

i know it shoudl be a better fn cause that has its flaws how about some suggestions?


hmmm signed by me
#93898 13/08/04 08:25 AM
Joined: Jun 2004
Posts: 65
S
Babel fish
Offline
Babel fish
S
Joined: Jun 2004
Posts: 65
menu status {
modules
.new stuff
}

that will do what you want

#93899 13/08/04 11:38 AM
Joined: Jul 2003
Posts: 77
B
Babel fish
OP Offline
Babel fish
B
Joined: Jul 2003
Posts: 77
thx


hmmm signed by me

Link Copied to Clipboard