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

by Sir_Fz
Thu Apr 08, 2010 3:07 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

Yes you're right nml375, I should have implemented it that way from the beginning. Thanks for your suggestion, I'll definitely apply it in the final release.
by Sir_Fz
Thu Apr 08, 2010 8:23 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

It's like this: The examples in the script are added to the global bwords list. Now, if you add new words to the same list ( global ) then these words will be appended to the existing ones. However, when you create a channel-specific list the script ignores the words in the global list and will only...
by Sir_Fz
Wed Apr 07, 2010 6:00 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

@Luminous Yeah I just made it a little bit "harder" to find that line in the script but with a little digging you can easily find it. I won't guide you on how to remove it :lol: However, a quick hack would be setting ctcp-version after loading the script. @Spectre Once the script has been ...
by Sir_Fz
Mon Apr 05, 2010 4:57 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

@Luminous The best suggestion I can give you is upgrade to 4.6

@Spectre The same suggestion applies to you. However, to fix that problem, fix your script's configuration (you have invalid settings). The settings must be the same as documented.
by Sir_Fz
Mon Apr 05, 2010 9:09 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

To make sure that this behavior is caused by the script, execute .ap:monitor in your DCC and see if any of the hosts being banned are being monitored by the script.
by Sir_Fz
Wed Mar 31, 2010 4:16 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

@FireWarrior Thank you for your suggestions, will be taken into consideration :)

@sotengboy Use a script for identification.
by Sir_Fz
Mon Mar 29, 2010 3:22 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

Try

Code: Select all

if {[string match -nocase *[string map {? \\? " " ""} [string repeat [string index $cl $c] $i]]* $arg]} {
This will remove all spaces (meaning ".. .." becomes "...." for example).
by Sir_Fz
Sun Mar 28, 2010 6:13 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

[ user] . . . . . . . . . . . . . . ... . . . . . . [ user] . . . . . . .. .. [ user] ......... . . . [ user] ... . . . [ user] . . . .. [ user] . . .. . . .. What's this? If you mean recognizing the above text as an offense then you need to suggest a mechanism for catching such offenses (i.e. What...
by Sir_Fz
Thu Mar 25, 2010 5:31 pm
Forum: Script Requests
Topic: Public commands (!op !voice !ban !kick !deop !devoice etc.)
Replies: 3
Views: 2638

What issues with auth? As for kicking a master, that's just not allowed by the script (even for owners).
by Sir_Fz
Tue Mar 23, 2010 5:42 pm
Forum: Script Requests
Topic: Public commands (!op !voice !ban !kick !deop !devoice etc.)
Replies: 3
Views: 2638

In FzCommands, ChanServ is only used by the bot to op itself when triggering the !up command. It is also configurable to work on other networks. ## Set Chanserv's nick. ## example: "CHANSERV" or "PRIVMSG chanserv@services.dal.net": set fzcom(chanserv) "CHANSERV" ## Set ...
by Sir_Fz
Mon Mar 15, 2010 10:35 am
Forum: Scripting Help
Topic: encrypt
Replies: 3
Views: 3788

You can make it harder to read by using obfuscation.
by Sir_Fz
Fri Mar 12, 2010 7:16 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

It might take longer to set a ban because of the queuing system # Do you want your bot to queue bans? set here the time in seconds before dumping bans: # NOTE: 0 means the bot will set the ban immediately # The modes-per-line setting in eggdrop.conf is the number of modes allowed per command. set ap...
by Sir_Fz
Thu Mar 04, 2010 6:45 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

Execute '.ap:monitor' at your bot's partyline when the ban is placed. This command displays all current userhosts being watched for an offence.

Glad you like the script :D
by Sir_Fz
Sun Feb 28, 2010 8:35 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

halloaizq wrote:Tcl error [::AllProtection::antispam:check]: can't use empty string as operand of "*"

so how to fix this error?
Please execute '.set errorInfo' in your bot's partyline when that error occurs and post the output here.
by Sir_Fz
Sun Feb 28, 2010 8:33 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025291

Re: suggestion

elo opposing, thanks for the help about the built in eggdrop flood being turned on :D i just wanna ask how to change the kicks so as to have the eggy ban first then kick..the way it is now is it kicks first then bans.some rejoins too fast and can still PM or annoy other channel users thanks and mor...