mIRC Home    About    Download    Register    News    Help

Print Thread
#146288 02/04/06 04:49 PM
Joined: Apr 2006
Posts: 2
P
piguy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
P
Joined: Apr 2006
Posts: 2
i want to make my channel auto kick anybody who's not allowed in, without me having to manually ban them....

does anyone have any suggestions for doing this?

#146289 02/04/06 07:48 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Make your channel Invite Only

#146290 02/04/06 07:59 PM
Joined: Apr 2006
Posts: 2
P
piguy Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
P
Joined: Apr 2006
Posts: 2
wont people spend a bunch of time knocking then?

#146291 02/04/06 08:14 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Possibly, and I admit I didn't think of that. Other options include using a key, mode Private &/or Secret

#146292 02/04/06 09:10 PM
Joined: Mar 2006
Posts: 19
A
Pikka bird
Offline
Pikka bird
A
Joined: Mar 2006
Posts: 19
well if u mean u have the names already i guess u can jus use:

Code:
on <name>:JOIN:<your channel>:/mode <mode here>

#146293 02/04/06 09:18 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
No, adamb53, that would not work, as (generally) you can't specify a <name> as a prefix in the ON JOIN event. The exceptions to this are the $me and ! prefixes. The $me prefix means that the commands are only executed when you join, and the ! prefix means they will be executed when anyone EXCEPT you joins.

#146294 04/04/06 07:41 PM
Joined: Apr 2006
Posts: 3
W
Self-satisified door
Offline
Self-satisified door
W
Joined: Apr 2006
Posts: 3
You can make the channel by invite only, and in X you can set the mode to so that X will not allow anyone in except for those who are registered with X in your channel. If you go to the #bothouse or have a bot of your own than you can set a script in the bot to kickban anyone not registered in the bot, but it sounds like you and yuor co-ops are going to have to set the mode to i for invite only. Remember that once any of you leave the channel that the mode will go away once the channel shuts down.


woody757
#146295 08/04/06 02:33 PM
Joined: Apr 2006
Posts: 14
O
Pikka bird
Offline
Pikka bird
O
Joined: Apr 2006
Posts: 14
it depends on if you want to keep a list of allowed users, or a list of banned users, or both. using a channel key in combination with +i would probably be best. you can set +I on a user!!ident@host just like a ban to give them an exception from the +i. You could still keep an extra list of users that are banned or allowed or both and set up an on join script to compare it.

#146296 08/04/06 04:32 PM
Joined: May 2003
Posts: 41
D
Ameglian cow
Offline
Ameglian cow
D
Joined: May 2003
Posts: 41
Quote:
i want to make my channel auto kick anybody who's not allowed in, without me having to manually ban them....

does anyone have any suggestions for doing this?


Chanserv has a restricted setting....

/msg chanserv help set restricted

Syntax: SET channel RESTRICTED {ON | OFF}

Enables or disables the restricted access option for a
channel. When restricted access is set, users who would
normally be disallowed from having channel operator
privileges (users with negative access levels and, if
secure ops is set, users not on the access list) will
instead be kicked and banned from the channel.


If At First You Don't Succeed, Ask Someone For Help......

Link Copied to Clipboard