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.

Search found 68 matches

by Stealthx
Thu Jun 09, 2005 12:52 pm
Forum: Archive
Topic: need a respond TCL
Replies: 3
Views: 1943

need a respond TCL

I've searched the database in egghelp for it... But none really suits me... What i needs was... Eg. <user> who is egghelp? <bot> a eggdrop If the bot can't find the answer in the database, the user will add in in pattern and wildcard <user> !addpatern *who*is*egghelp* and the bot will respond <bot> ...
by Stealthx
Wed Jun 08, 2005 3:39 am
Forum: Archive
Topic: my bots deop people after netsplit
Replies: 1
Views: 2059

my bots deop people after netsplit

what's wrong? the bounce mode have been set to "1" this is my chaninfo of a channel. Settings for dynamic channel #xxx: Protect modes (chanmode): +tn Idle Kick after (idle-kick): DON'T! stopnethack: DON'T! aop-delay: 1:0 revenge-mode: 0 ban-time: 180 exempt-time: 60 invite-time: 60 Other m...
by Stealthx
Sat Apr 23, 2005 8:56 pm
Forum: Archive
Topic: script request!
Replies: 11
Views: 4581

I've some enquires about the coding.

1) Does it ban ONLY IP address? I mean, only those hostmask with number (etc, 100.100.100.10) and not the address (etc, abc.eggdrop120.222.com).

2) Can it be used for more then a letter and 2 varied numbers? (etc, axn65z6xn)

Thanks.
by Stealthx
Fri Dec 24, 2004 1:52 am
Forum: Archive
Topic: Timed Message
Replies: 3
Views: 1994

demond wrote:

Code: Select all

bind dcc n|- +chan foo
proc foo {h i t} {
  # do stuff - initialize say on join, timer, etc.
  *dcc:+chan $h $i $t
}
I don't understand. Combined with WPnL's TCL?
by Stealthx
Fri Dec 24, 2004 1:25 am
Forum: Archive
Topic: CountDown TCL
Replies: 4
Views: 3703

yay, bloatware. something like this should do it set when "August 20 00:00:00 2005" set why "my birthday!" bind pub - !birthday pub:countdown proc pub:countdown {nick uhost hand chan text} { global when why set dur [expr [clock scan $when]-[clock seconds]] putquick "PRIVMSG...
by Stealthx
Fri Dec 24, 2004 1:14 am
Forum: Archive
Topic: Timed Message
Replies: 3
Views: 1994

Timed Message

Hi, I have searched the database for the suitable script that I need... What I need is a TCL that send SAME messages to every channel the bot is in or joined and the timer will be 60mins. The bot will activate such function once I do a .+chan # and I don't have to do a public command such as "!...
by Stealthx
Tue Dec 07, 2004 1:10 am
Forum: Archive
Topic: Hey,anyone can teach me how to make eggdrop....
Replies: 3
Views: 1764

Read up! :mrgreen: http://www.egghelp.org/setup.htm http://www.egghelp.org/whatis.htm http://www.egghelp.org/using.htm http://www.egghelp.org/commands/index.htm http://www.egghelp.org/faq.htm Basically, it's just http://www.egghelp.org Need more informations/enquires? You can ask either in Egghelp F...
by Stealthx
Tue Dec 07, 2004 12:09 am
Forum: Archive
Topic: CHANSERV TCL Script
Replies: 33
Views: 10302

LoLz script is rather a suitable TCL...
It have lots of function which allowed for public command (etc. !kick !op !addhost !adduser) and lots more... :roll:
by Stealthx
Sun Dec 05, 2004 2:17 am
Forum: Archive
Topic: IPBan TCL Help n Combination
Replies: 4
Views: 1962

Erm... Hmm... Actually I've tried some TCL on random nick generator but majority or all the TCLs I've tried ain't really accurate, like what you've said, it won't be 100% accurate but however it's 1% effective towards those flood bots...
by Stealthx
Sat Dec 04, 2004 9:38 am
Forum: Archive
Topic: [SOLVED] Flag user information on join #
Replies: 21
Views: 5994

Yes, it's work perfectly again. Thanks alot! :mrgreen:
by Stealthx
Fri Dec 03, 2004 6:18 am
Forum: Archive
Topic: [SOLVED] Flag user information on join #
Replies: 21
Views: 5994

Thanks alot, it's works perfectly great right now. :mrgreen:
by Stealthx
Fri Dec 03, 2004 6:00 am
Forum: Archive
Topic: [SOLVED] Flag user information on join #
Replies: 21
Views: 5994

Firstly thanks for your code! But I've tried it, it doesn't seems to work for the first time due to some error so I've changed this "bind JOIN-" to "bind JOIN" but still it doesn't work. I've added a new user and chatter +n to the user but when the user joined, nothing happens. ...
by Stealthx
Fri Dec 03, 2004 4:10 am
Forum: Archive
Topic: [SOLVED] Flag user information on join #
Replies: 21
Views: 5994

I was kind of bored so here you go :x # The configuration set flags(owner) "A Bot Owner Has Entered The Channel!" set flags(master) "A Bot Master Has Entered The Channel!" set flags(op) "A Bot Op Has Entered The Channel!" set flags(halfop) "A Bot Halfop Has Entere...
by Stealthx
Fri Dec 03, 2004 4:02 am
Forum: Archive
Topic: [SOLVED] Flag user information on join #
Replies: 21
Views: 5994

Via the Command Console: ### info [channel] [info-line] Sets your info line. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when you join the channel. If the info line begins with an '@', then it is "locked", and you may no longer ch...
by Stealthx
Thu Dec 02, 2004 12:51 pm
Forum: Archive
Topic: IPBan TCL Help n Combination
Replies: 4
Views: 1962

IPBan TCL Help n Combination

Hi guys, firstly pardon for my bad english. :oops: Right now I'm looking for a TCL that able to kick joining users with non-resolvable IPs (found at Egghelp TCL Archive), this is the following coding: # IP BAN for eggdrop # raspi 2004 # bans users with non-resolvable IPs # also checks global and cha...