mIRC Home    About    Download    Register    News    Help

Print Thread
#224347 09/08/10 06:15 AM
Joined: Aug 2010
Posts: 2
G
Gum Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
G
Joined: Aug 2010
Posts: 2
Hi all. I used to have a script that would add another option to my right click menu when I clicked on a users name. That submenu gave me a list of commands I could click that would kick the person from the channel and give a different kick message for each command. I cannot for the life of me remember how it was coded to reproduce it.

If possible, could someone here help me remake this script? I know it was a simple one line command for each different one I had, and it was in the remote.ini file, but thats honestly all I remember.

Thanks in advance for any help you can provide.

Gum #224349 09/08/10 06:36 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The basics for this type of code are the same, and here are the basics.
Code:
menu nicklist {
Kick
.1st kick message : kick $chan $1 1st kick message
.2nd kick message : kick $chan $1 2nd kick message
.3rd kick message : kick $chan $1 3rd kick message
.4th kick message : kick $chan $1 4th kick message
}


As I said, this is just a very simple example of what you described, but hopefully it's sufficient.

Joined: Aug 2010
Posts: 2
G
Gum Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
G
Joined: Aug 2010
Posts: 2
Thats perfect.

Thanks for the quick reply smile


Link Copied to Clipboard