Home
About
Download
Register
News
Help
Register
Log In
Forums
mIRC Help
Multiple Kicking
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Multiple Kicking
#
35437
10/07/03
04:17 PM
P
Phoenix_UK
Phoenix_UK
P
Hi Guys & Gals,
Can anyone tell me how i can kick multiple names in a room for example. If i want to kick out chatter 1 and chatter 2 at the same time.
/kick #channel chatter1|chatter2 <reason>
something like that maybe ?
or even better is there a way where i can kick a certain mask such as kick anyone with the same IP addy .?
Thanks
Copy Link to Clipboard
Re: Multiple Kicking
#
35438
10/07/03
04:21 PM
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
W
Watchdog
Hoopy frood
Watchdog
Hoopy frood
W
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
/kick #channel $nick1 | kick #channel $nick2 | kick #channel $nick3
You can't kick via IP and you can't include wildcards.
Copy Link to Clipboard
Re: Multiple Kicking
#
35439
10/07/03
04:42 PM
P
pheonix
pheonix
P
you could use a command to kick selected nicks in the nicklist,
menu nicklist {
Kick Selected: kick # $snicks
}
put in remote.
Last edited by pheonix;
10/07/03
04:42 PM
.
Copy Link to Clipboard
Re: Multiple Kicking
#
35440
11/07/03
03:37 PM
Joined:
May 2003
Posts: 161
nowhere
A
Ashkrynt
Vogon poet
Ashkrynt
Vogon poet
A
Joined:
May 2003
Posts: 161
nowhere
On some networks, it's possible to do it in one command by seperating nicks with a comma, like /kick #chan nick1,nick2,nick3,nick4 Reason
Copy Link to Clipboard
Re: Multiple Kicking
#
35441
11/07/03
03:45 PM
P
pheonix
pheonix
P
an example of a wildcard kick:
alias wkick {
var %i 1
while (%i <= $nick($chan,0)) {
if (* $+ $1 $+ * iswm $nick($chan,%i)) {
kick # $nick($chan,%i)
}
inc %i
}
}
/wkick ee wud kick anyone with ee in their name.
Copy Link to Clipboard
Re: Multiple Kicking
#
35442
12/07/03
07:10 PM
P
Phoenix_UK
Phoenix_UK
P
Thanks for all your replies
Pheonix, your wildcard kick is great mate just what i was after.
Beers are on me
)
Copy Link to Clipboard
Re: Multiple Kicking
#
35443
12/07/03
07:14 PM
P
pheonix
pheonix
P
np
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage