mIRC Homepage
Posted By: Gameaddix Help with a simple script - 06/09/04 05:41 AM
this is what i want, a script to where i can say /bye, and if makes a users i want leave the room, but before it does it says "Goodbye <username>", then uses sapart on them, i would like it to either do it to a selected nickname (on the right hand side user list) or have to type in a nickname once, this is what i have right now, and it gets annoying having to type their nick 2 times.
Code:
 //bye /msg $chan goodbye $?="Who is leaving?" | //sapart $?="Who to make leave" $chan
 
. i would appreciate it if someone could make me a script that does that at the same time, and to a selected nick or typing a nick once, i'm to dumb at irc to figure this out myself. thx in advance.
Posted By: Armada Re: Help with a simple script - 06/09/04 05:43 AM
alias bye {
msg $chan Goodbye $2
sapart $2 $chan
}
Use: /bye Armada
Posted By: Mentality Re: Help with a simple script - 06/09/04 05:49 AM
snip - Armada beat me! grin

...for popups you might use:

Code:
menu nicklist {
.SApart: msg $chan Goodbye $1 | sapart $1 $chan
}
(This would go in Remote - ALT+R > File > New)

Regards,
Posted By: Gameaddix Re: Help with a simple script - 06/09/04 07:01 PM
man you guys a freakin smart , lol, looked right over armada's post, i like ur's better anyway Mentatity (no offense armada, since ur script was exactly what i asked for), just easier to right click and hit sapart then type /bye <nick>.
Posted By: Armada Re: Help with a simple script - 07/09/04 12:53 AM
COmmand line junkie
© mIRC Discussion Forums