mIRC Home    About    Download    Register    News    Help

Print Thread
#109452 29/01/05 10:46 PM
Joined: Oct 2004
Posts: 31
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Oct 2004
Posts: 31
I know the name for a menu in a window such as:

menu channel,query {
.Away
.Swimming:ame is away. Reason: Swim Pratice
.TV:ame is away. Reason: TV
.HW:ame is away. Reason: Homework
.Other:ame is away. Reason: I dont like you anymore
.OFF:ame is BACK from away!!!
}

Thats a menu for when you right click on the channel
I want the name of the menu for when you click on someones name
It has slaps them around w/ the fish, but I want to add some others

menu ?????????? {
.Action
.Kill:describe $chan kills $nick
.Smack:describe $chan smacks $nick
and so on....
}

Is there a name for that menu?


Bear

#109453 29/01/05 10:58 PM
Joined: Jan 2005
Posts: 19
U
Pikka bird
Offline
Pikka bird
U
Joined: Jan 2005
Posts: 19
nicklist

#109454 30/01/05 12:31 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
This is documented in /help Popups under "Remote Scripts."

#109455 30/01/05 12:47 PM
Joined: Jan 2005
Posts: 31
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Jan 2005
Posts: 31
Code:
 
menu nicklist {
Action
.Kill:describe $chan kills $nick
.Smack:describe $chan smacks $nick
.abuse:describe $chan $me makes $$1 listen to the backstreet boys
}

 


Link Copied to Clipboard