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

by furious
Wed Feb 08, 2006 7:44 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ok rehashing doesn't work lol but restarting the bot does. So that will do for now. Thanks for all of your help, I appreciate it bunches. :D
by furious
Wed Feb 08, 2006 5:13 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ackkkkkkkkkkk now I have another problem, whenever I delete the logs that the script creates they diappear they are gone completely, but the next time the script updates the logs, it replaces everything that was deleted as well!! :shock: Any ideas on how to fix that?
by furious
Wed Feb 08, 2006 11:48 am
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

I would only want it to track instances of the word "trigger" being said. This is just a first draft of this script, once I get this better and finished touching it up, I'll start working on the next version that will be much easier to read and stuff. :lol:
by furious
Wed Feb 08, 2006 10:20 am
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Thanks Sir_Fz it works fine. As a tweak to it, is there any way to make the script log just the word that matches the specified word instead of the whole sentence?
by furious
Tue Feb 07, 2006 11:28 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ok have made a few changes and followed the advice given. Now this is my script. # Set the next line as the file to log to set filter_words "/home/user/eggdrop/logs/stats.log" ### Set Words that you want the Bot to Log on set words { "test" } ## Binding all Public Messages to our...
by furious
Tue Feb 07, 2006 3:20 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ok its logging now, but how can I specify what file to put it in? Because right now it is going into the bots normal log file which isn't what I want, thats a lot of lines to look through. I want this to go to a specific file and a specific place.
by furious
Mon Feb 06, 2006 11:20 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ok since it's still not logging I have even tried to specify a path for it to send the logs to. So now this is what my script looks like. # Set the next line as the file to log to set filter_words "/home/user/eggdrop/logs/serverstats.log" ### Set Words that you want the Bot to Log on set w...
by furious
Mon Feb 06, 2006 9:13 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Ok yeah duh that was my bad after removing that one line that takes care of my error message, but it's still not logging the word being said. It does catch the phrase though, because it shows it in the party line, but I want to retrieve this information later on, if somebody could help that would be...
by furious
Mon Feb 06, 2006 4:26 pm
Forum: Scripting Help
Topic: Tracking Script
Replies: 16
Views: 18053

Tracking Script

Ok here is the script that I have, it kinda works, but I need it to do a couple of other things as well. Right now the bot does catch the words being said, however I want the bot to write a log file, and put the log file in a specific place in the directory so I need to be able to put a path to the ...
by furious
Thu Feb 02, 2006 5:51 pm
Forum: Scripting Help
Topic: Almost perfect ShoutCast script
Replies: 3
Views: 6282

[21:48] Tcl error in file 'angeleyez.conf': [21:48] can't set "sc::vars(desc)": parent namespace doesn't exist while executing "set sc::vars(desc) "Utopia Radio"" (file "scripts/sc.tcl" line 20) invoked from within "source scripts/sc.tcl" (file "...
by furious
Thu Feb 02, 2006 3:30 pm
Forum: Script Requests
Topic: IRCop Script
Replies: 1
Views: 6427

IRCop Script

Does anybody know of a script that can be used to make an eggdrop bot oper up? I need it so I can run a dns script properly. At this point since the bot isn't opering up, it's only getting hostmasks instead of ip addy's.
by furious
Thu Feb 02, 2006 3:27 pm
Forum: Eggdrop Help
Topic: Flood Kick
Replies: 1
Views: 4560

Flood Kick

I seem to be having trouble with my bots, no matter what I have tried they won't stop kicking ppl for flooding! I have tried 0:0 and various other different variables but it doesn't seem to be working. If anybody has any suggestions I would really appreciate it.
by furious
Thu Feb 02, 2006 2:49 pm
Forum: Scripting Help
Topic: Almost perfect ShoutCast script
Replies: 3
Views: 6282

Almost perfect ShoutCast script

Hello, I have the following script that is almost perfect, it does exactly what I want IF it would work and load. # # # LoReZ ShoutCast Script v2.1 (sc.tcl) # # Email: lorez@bigvibez.com # # IRC: #bigvibez @ Quakenet # # # # Please contact me if you notice any bugs # # # # Installation: Put the scri...
by furious
Mon Jan 16, 2006 11:54 am
Forum: Scripting Help
Topic: imdb script need small modification
Replies: 2
Views: 5503

imdb script need small modification

I have the following script, which overall works great for me. However, I can't figure out how to change 1 thing. Instead of displaying the information publically, or in a notice in the channel I would like the information sent in a PM to the person who requests it. #################################...