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

by g0m3z
Tue Jan 15, 2008 11:49 am
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

So does anyone know how to include badwords.txt in my script so i would be able just edit that file to add more badwords for bot react? # actban variable is setting ban time in minutes # use 0 to make perm set actban 10 bind ctcp - ACTION ban:act proc ban:act { nick uhost hand dest key text } { #unc...
by g0m3z
Mon Jan 14, 2008 10:55 am
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Thanks a lot. I wandered if there was anyhing to do, so that the bot would react faster.
by g0m3z
Sun Jan 13, 2008 9:49 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Thanks a lot, but i'm currently working on: # actban variable is setting ban time in minutes # use 0 to make perm set actban 10 bind ctcp - ACTION ban:act proc ban:act { nick uhost hand dest key text } { #uncomment next line to exclude chanops if {[isop $nick] || [matchattr $hand f|f $dest]} { retur...
by g0m3z
Sun Jan 13, 2008 9:43 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Sorted the ban time with a .chanser #channel ban-time 10. Works like a charm. Can anyone give me a hand on badwords.txt file, how to implement it into the script?

Appreciate everyones input.
by g0m3z
Sun Jan 13, 2008 9:01 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Thanks a lot. That really helped.
Any ideas how to make it to remove the ban in 10 minutes?
by g0m3z
Sun Jan 13, 2008 4:37 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Sorry have not seen the ban time.
Will try to edit then, to fit it to my needs.
by g0m3z
Sun Jan 13, 2008 4:17 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Yeah this is a really big badwords engine, you can set load of things. But it does not offer ban removal after set time, bans cannot include ~q:*!*@* and there is no file.txt where I would be able to edit them badwords easily.
by g0m3z
Sun Jan 13, 2008 3:55 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Hi, I've found this one, but it bans everyone, even if the user has +f flag on the bot and it does not remove bans from the channel after the ban expires... How do I change it, not to ban users that have +f flag? # actban variable is setting ban time in minutes # use 0 to make perm set actban 10 bin...
by g0m3z
Sun Jan 13, 2008 2:27 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Yes there is a lot of badwords scripts, but they all are huge and bulky. I just need it simple and tiny.
by g0m3z
Sun Jan 13, 2008 12:47 pm
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

I've looked in it, but can't find what i need.
by g0m3z
Sun Jan 13, 2008 11:58 am
Forum: Script Requests
Topic: Hi, need help to edit script
Replies: 17
Views: 6072

Hi, need help to edit script

Hi, I been wandering around to find a script that suits me. I need the bot to ban users who use badwords in their actions. The ban should be in this mask ~q:*!*@* and the bot should automatically remove it in 10 minutes. Also it would be good to use badwords.txt file to always be able to add more wo...