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

by IRCNick
Tue Jul 29, 2008 12:25 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

New beta released: AllProtection v4.6b 8 . Change log: Integrated queues (One timer for all queues) Enhanced AntiSpamBot (for better performance) Modulated exempt types (more flexibility) Scanning bad/excess chans and bad CTCP replies when bot gains ops Flexible warn method (notice or privmsg) Fixe...
by IRCNick
Fri Feb 02, 2007 3:17 pm
Forum: Script Requests
Topic: SpamCheck.tcl
Replies: 1
Views: 2577

There is already such tcl. Pls search the tcl archive or/and the forum before you post.
Allprotection does what you want.
by IRCNick
Wed Jan 31, 2007 10:57 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

elisca wrote:Sir.. if we have disable one channel, example .ap:disable #xx
how we get it back the setting if we want to enable it again..
Try

Code: Select all

.ap:reset <*/chan>
(This will reset the AP settings of chan or all chans if * to the default settings)
by IRCNick
Fri Jan 19, 2007 11:06 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

I have deleted the aplist and .rehash the bot already ... what ever, thank you for a tip. PS: I have tried before to show the current triggered adwords with .ap:list but I haven't made the difference between the options #chan and global ... I though it show all the adwords. Thank you again ... my fa...
by IRCNick
Fri Jan 19, 2007 9:41 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

Omg there is such a thing ... :D ... because all of my scripts are in new directory not in the default ../scripts and I did'nt saw that the tcl make such a file with the current settings :D . Thank you for the enlightenment :P
by IRCNick
Fri Jan 19, 2007 8:04 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

Another problem/bug probably

Ok now I have another problem or bug (probably) with: set adwords(global) { "*join *" "*plz visit*" "*#*" "*ela *" "*http://*" "*ftp://*" "* //write *"} * In red is the word that should'nt be there. I have made mistake in the conf...
by IRCNick
Thu Jan 11, 2007 11:02 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

Alchera wrote:Download the newer (3rd of Jan) file above.
You mean this? If the answer is yes, my answer is the same, yes I have this version and and the problem exist there, if no, then pls give me exact link to the post or direct to the newest AP tcl. Thank you
by IRCNick
Wed Jan 10, 2007 9:56 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

Hi. I'm using allprotection4.6b7.tcl and I have this problem when I try to reset the ap settings to default [02:52] <me> .ap:reset #channel [02:52] <bot> [02:51] Tcl error [::AllProtection::cmd reset]: illegal channel option: ap:level [02:52] <bot> illegal channel option: 75 [02:52] <me> .set errorI...
by IRCNick
Sun Aug 20, 2006 12:34 pm
Forum: Scripting Help
Topic: basic scripting help
Replies: 10
Views: 8845

Use putserv instead of putquick
by IRCNick
Wed Jul 12, 2006 8:44 am
Forum: Eggdrop Help
Topic: Grrr at compiling will just not work
Replies: 3
Views: 3236

you can try this too

Code: Select all

make install DEST=~/botdir
by IRCNick
Wed Jul 12, 2006 8:34 am
Forum: Script Requests
Topic: handling raw irc output data..
Replies: 5
Views: 4458

proc raw:rev {from key arg} { set nick [lindex [split $arg] 1] set ident [lindex [split $arg] 2] set hostmask [lindex [split $arg] 3] if {[info exist ::blah(target)]} { if {[valididx $::blah([string tolower $nick])]} { putidx $::blah([string tolower $nick]) "here you go: $nick!$ident@$hostmask...
by IRCNick
Wed Jul 12, 2006 8:01 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022771

Hmm I searched the threat about this error but I havent found it. What might be the problem causing it. The egg funtionate without any problems, but it would be nice if I do not get this error [13:55] <MyEgg> [13:55] #IRCNick# set errorInfo [13:55] <MyEgg> Currently: no such binding [13:55] <MyEgg> ...
by IRCNick
Mon Jul 03, 2006 7:59 pm
Forum: Script Requests
Topic: respond on word - help
Replies: 6
Views: 4955

just add them to the eggdrop ignore list

Code: Select all

.+ignore mask
by IRCNick
Mon Jul 03, 2006 6:34 pm
Forum: Scripting Help
Topic: Decimal numbers
Replies: 6
Views: 5234

Thank you
by IRCNick
Mon Jul 03, 2006 3:06 pm
Forum: Scripting Help
Topic: Decimal numbers
Replies: 6
Views: 5234

Ok it works, but now I have a double value for the result. How can I convert it to integer ?