This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[REQ] pass recruiting when join on chan

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

[REQ] pass recruiting when join on chan

Post by elisca »

anyone could help me to make it ?
the desc of script is ;

when someone join on chan, bot will greet them and ask the pass..
if they could answer it, bot didn't kick and ban them, if they ignore the pass after idle 1 minute bot will kick and ban them, if they give wrong pass bot will kick and ban them..
Note : add +f access to ignore from pass ask.. (especially for bot on the chan if they part/join)

Code: Select all

example : (on scripts pass we set "haha")

bot   : welcome to #ok, this is vip chan, please type your password on chan.. 
user : !pass haha
bot   : the pass is correct, you are recognize as member, enjoy here !

bot   : welcome to #ok, this is vip chan, please type your password on chan..
user : !pass hihi
bot   : wrong pass (kick ban user *with msg)

bot   : welcome to #ok, this is vip chan, please type your password on chan..
user : *ignore the pass*
bot   : you have about 1 minute to enter your pass, or leave this chan !
user : *get kick and ban* after idle 1 minute and not give their pass
thanks in advance :)
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

Ok for that you need to add every person in DCC userlist and assign him a password then what's the point of creating this script? When there is a similiar script in the Archive which wont allow anyone who is not added under a given flag or something like that. You should consider that script


Take a look at RanaUsmans Private channel script
peace
death

Note: Added URL ( edited the original post )
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

thanks for link death..

its take a much time to add all nick and host for each member.. furthermore they always use different nick and host..

all that i need here.. just one password as trigger so the bot will not kick and ban the user if they give a correct answer.. maybe similar like timebomb.tcl
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Make the channel +k <key> ?
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

yes.. i have use this mode, but the problem is my bot clone from protection bot (i use Allprot script).. can not enter the chan after cycle :(

any suggest ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

thanks for link alchera..

as a clone bot from main bot, how I can set it ?
did i set this to main bot ?

Note : i can not telnet or enter the partyline from the clone bot..


(FYI I use allprot and active antispam mode, the main bot that i put this script create a clone bot when this mode has been active..)
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

any clue ?

*help*
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

can't you add the clone's hostmask to your main bot and give it the +f friend flag? Wouldn't this disable the clone protection?
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

YooHoo.. i will try it..

I have try it, my clone bot can not enter the chan (+k mode active)
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

I thought that setting the channel key in the main bot's channel modes allowed the clone to enter keyed channel.
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

thank's DragnLord, i will test is later..

I have test it..

Code: Select all

(Bot invite-time: 60
11:22(Bot To get key (need-key):
11:22(Bot putserv "JOIN #test passwd"
11:22(Bot Other modes:
11:22(Bot      -inactive       +statuslog      -secret         +shared
my clone bot can not enter the chan after cycle
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

hi.. need help here :(
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

.chanset #channel chanmode +k key
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

DragnLord wrote:.chanset #channel chanmode +k key
I have already do that, as u see on my previous post, my clone bot can not enter the chan.. that's the problem..
Post Reply