mIRC Home    About    Download    Register    News    Help

Print Thread
#191395 08/12/07 06:23 AM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
alias {
/window -ae @Canaleta 675 10 150 437 @USERS
}

alias menu @canaleta {
mystuff : /mystuff
}

but doesnt work , any help please


Joined: May 2007
Posts: 89
T
Babel fish
Offline
Babel fish
T
Joined: May 2007
Posts: 89
Creating popup menus doesn't need to be called as aliases. Thus, you should do
Code:
menu @canaleta {
  mystuff:mystuff
}

to create the menu you want.

Then when you create an alias, you should atleast give it a name. Here's what will function
Code:
alias mystuff {
  command 1
  command 2
  etc...
}


Cordialement smile


tropnul
TropNul #191453 09/12/07 07:07 AM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
thnx for the help


Link Copied to Clipboard