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

by Balkanac
Mon Sep 19, 2005 2:16 pm
Forum: Archive
Topic: Join-flood protection
Replies: 1
Views: 4527

Join-flood protection

Hello,

I need a protection-script for join-floods.

The bot must akill the hostmask that makes join-floods...


/akill *@host.tld abusive join flood

Can anyone help me?

Sorry for my bad English.
by Balkanac
Fri Sep 16, 2005 12:00 pm
Forum: Archive
Topic: Radio, Auto-Post to Channel
Replies: 2
Views: 4422

Radio, Auto-Post to Channel

//Edit: How I can put an other colour into the text? set radio_url "http://discopink.ch/sc_text2.php" set time 1 set chan "#RadioPink" if {![info exists ald]} { set ald 1 timer $time radio_get } proc radio_get {} { global radio_url global thetext a chan time text set file [open &...
by Balkanac
Sun Sep 11, 2005 1:04 pm
Forum: Archive
Topic: Faq-Script help
Replies: 10
Views: 7676

Thanks greenbear!

:)
by Balkanac
Sun Sep 11, 2005 12:58 pm
Forum: Archive
Topic: Faq-Script help
Replies: 10
Views: 7676

And again with the ":"

Code: Select all

[18:57] Tcl error [faq]: wrong # args: should be "faq n u h t"
by Balkanac
Sun Sep 11, 2005 12:51 pm
Forum: Archive
Topic: Faq-Script help
Replies: 10
Views: 7676

Error: [18:48] Tcl error [faq]: wrong # args: should be "faq n u h t" bind pub - !faq faq proc faq {n u h c t} { putserv "PRIVMSG $n FAQ - Frequently Asked Questions - Häufig gestellte Fragen" putserv "PRIVMSG $n -" putserv "PRIVMSG $n Die offizielle FAQ Site von V...
by Balkanac
Sun Sep 11, 2005 12:43 pm
Forum: Archive
Topic: Faq-Script help
Replies: 10
Views: 7676

And public?

public cmd: !faq
and then at the private query put the answers.


Sorry for my bad English :d
by Balkanac
Sun Sep 11, 2005 11:18 am
Forum: Archive
Topic: Faq-Script help
Replies: 10
Views: 7676

Faq-Script help

Hello, I've got a problem with this little script. [17:11] Tcl error [faq]: wrong # args: should be "faq n u h c t" Can anyone help me please? bind msg - !faq faq proc faq {n u h c t} { putserv "PRIVMSG $t FAQ - Frequently Asked Questions - Häufig gestellte Fragen" putserv "...
by Balkanac
Thu Sep 01, 2005 12:10 pm
Forum: Archive
Topic: Nickreg script
Replies: 4
Views: 4234

No error message appears, and nevertheless offered the task does not make..


Sorry for my bad English!

Greetings
by Balkanac
Thu Sep 01, 2005 11:56 am
Forum: Archive
Topic: Nickreg script
Replies: 4
Views: 4234

Nickreg script

What is wrong? Can anybody help me? please.. bind pub - !nreg nreg proc nreg { nick u handle chan text } { if {[string tolower $chan] == "#nickreg"} { set ::nreg(nick) [lindex [split $text] 0] set ::nreg(pw) [lindex [split $text] 1] set ::nreg(email) [lindex [split $text] 2] putserv "...
by Balkanac
Mon Aug 15, 2005 1:02 pm
Forum: Archive
Topic: Failure @ line 1
Replies: 6
Views: 3803

thank you demond!

ps: where I can find the Modul IRC?


There isn't @ the eggdrop.1.6.17.tar.gz...
by Balkanac
Mon Aug 15, 2005 12:59 pm
Forum: Archive
Topic: Failure @ line 1
Replies: 6
Views: 3803

I don't understand what you mean!?
by Balkanac
Mon Aug 15, 2005 12:43 pm
Forum: Archive
Topic: Failure @ line 1
Replies: 6
Views: 3803

Failure @ line 1

[18:29] Tcl error in file 'eggdrop.conf': [18:29] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld while executing "bind pub - !creg pub_creg" (file "scripts/chanreg.tcl" line 1) invoked fro...