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 26 matches

by kebabdjuret
Wed Apr 30, 2003 12:32 am
Forum: Archive
Topic: Prevent auto rejoin.
Replies: 8
Views: 1878

user wrote:"set a(b)(c) value" creates a element in "a" called "b)(c"
- it looks bad, but it works :)
Really?

Haha, not very nice. :P
by kebabdjuret
Tue Apr 29, 2003 1:33 pm
Forum: Archive
Topic: Prevent auto rejoin.
Replies: 8
Views: 1878

ppslim wrote:Are you seeing the output from this on the partyline?

WHile I havn't tested it, I don't think you can use arrays in this way
The array is fine. The problem was.. uhm, the bot wasn't op. :P
by kebabdjuret
Tue Apr 29, 2003 11:50 am
Forum: Archive
Topic: Prevent auto rejoin.
Replies: 8
Views: 1878

set rejoinTime "5" set banTime "10" global kick rejoinTime banTime bind kick - * storeKick bind join - * checkJoin proc storeKick {nick host hand chan target reason} { global kick rejoinTime banTime set kick($target)($chan) 1 putlog "$target kicked from $chan" utimer $...
by kebabdjuret
Mon Apr 28, 2003 2:35 pm
Forum: Archive
Topic: Prevent auto rejoin.
Replies: 8
Views: 1878

Papillon wrote:or you could try searching in the tcl-archive at www.egghelp.org
Been there, done that.

Can't find anyting.
by kebabdjuret
Mon Apr 28, 2003 2:25 pm
Forum: Archive
Topic: Prevent auto rejoin.
Replies: 8
Views: 1878

Prevent auto rejoin.

Hi!

I'm looking for a script that bans people with auto rejoin for some time. (10 minutes maybe?)

If i kick them I want them to stay out for a while ;)

Thanks.

Fredrik
by kebabdjuret
Sun Aug 25, 2002 5:51 am
Forum: Archive
Topic: 100% cpu usage on OpenBSD 3.1
Replies: 1
Views: 1081

I reinstalled 1.6.8 and now they are stable. Thanks for nothing. :P
by kebabdjuret
Fri Aug 23, 2002 9:51 am
Forum: Archive
Topic: a litle Linux Script, to start Up your Bots Simply and Fast
Replies: 1
Views: 1132

echo "./eggdrop eggdrop1.conf && ./eggdrop eggdrop2.conf && ./eggdrop eggdrop3.conf">start
./start

edit: and chmod (:
by kebabdjuret
Thu Aug 22, 2002 2:25 pm
Forum: Archive
Topic: 100% cpu usage on OpenBSD 3.1
Replies: 1
Views: 1081

100% cpu usage on OpenBSD 3.1

I run Eggdrop 1.6.12 on OpenBSD 3.1.

Sometimes (read often) it uses 100% cpu and get ping timeout.
Then i have to manualy kill it and start it again.

Is there a known bug or is it my fault? (:

Edit, I only run bseen.
by kebabdjuret
Wed Mar 06, 2002 5:15 pm
Forum: Archive
Topic: Sharing Two Bots!
Replies: 2
Views: 1051

by kebabdjuret
Wed Mar 06, 2002 5:13 pm
Forum: Archive
Topic: What is the command
Replies: 3
Views: 1231

kill <pid>
or
killall -9 <apps>
by kebabdjuret
Mon Feb 18, 2002 9:41 pm
Forum: Archive
Topic: Split Logfiles?
Replies: 5
Views: 771

switch-logfiles-at 2500
shall it be!
RTFM!
/doc/tricks
and it work, it doesn't change logfile
by kebabdjuret
Mon Feb 18, 2002 9:02 pm
Forum: Archive
Topic: Split Logfiles?
Replies: 5
Views: 771

WTF!! it changed logiles anyway! FU***ING CRAP BOT!!!
by kebabdjuret
Mon Feb 18, 2002 8:35 pm
Forum: Archive
Topic: Split Logfiles?
Replies: 5
Views: 771

WOPS!

i had switch-logfiles-at on =)

LOL!!
by kebabdjuret
Mon Feb 18, 2002 6:57 pm
Forum: Archive
Topic: Netsplit problem!
Replies: 14
Views: 2175

Was there anyone that could help me?
by kebabdjuret
Mon Feb 18, 2002 5:22 pm
Forum: Archive
Topic: Split Logfiles?
Replies: 5
Views: 771

My eggdrop split upp the logfiles every day, how do i prevent that?
IE, eggdrop.log eggdrop.log.yesterday

I'm trying to make some stats but it only work for one day at the time =)

I want the logfile to get larger and larger.