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

by ramirez
Fri Jul 29, 2005 3:22 pm
Forum: Archive
Topic: Binding time (scheduled jobs)
Replies: 3
Views: 2513

Yeah, that works fine demond, thanks. :)
by ramirez
Fri Jul 29, 2005 1:10 pm
Forum: Archive
Topic: Binding time (scheduled jobs)
Replies: 3
Views: 2513

Binding time (scheduled jobs)

Hey, before [censored] up anything, I might ask this here. Can I bind times with eggdrop like with cronjobs? I want a scheduled job to call a certain proc every 4th hour, and instead of doing: bind time - "00 00 * * *" proc bind time - "00 04 * * *" proc bind time - "00 08 *...
by ramirez
Fri Jul 29, 2005 11:20 am
Forum: Archive
Topic: Two questions.
Replies: 4
Views: 2895

The eggdrop conf file says that 0 or 0:0 disables it, so it shouldn't make difference. And I did say I tried to move it after too. Well anyway, I found out what's wrong, it seems that the global settings are default settings when I do .+chan in the eggdrop DCC, they don't apply for the chans added i...
by ramirez
Fri Jul 29, 2005 11:03 am
Forum: Archive
Topic: Two questions.
Replies: 4
Views: 2895

Thanks for telling about the opchars. I am running 1.6.16 which doesn't have that setting, so I upgraded to 1.6.17 and it works great. Thanks! I have another question now though. I have this in my conf file: set global-flood-chan 0 set global-flood-deop 0 set global-flood-kick 0 set global-flood-joi...
by ramirez
Fri Jul 29, 2005 9:59 am
Forum: Archive
Topic: Two questions.
Replies: 4
Views: 2895

Two questions.

Hey, My eggdrop's console logging mode is set to "o" (misc info), and it's logging messages such as this: <rift> [09:50] #whahay is active but has no ops :( It does it for a lot of channels and ALL the time, and it is very annoying. Plus most those channels do have ops (our IRC network sup...
by ramirez
Wed Jul 27, 2005 8:16 pm
Forum: Archive
Topic: Weird bug with Eggdrop logging.
Replies: 2
Views: 2709

Well, it's not my script. It's from here: http://www.egghelp.org/mytcl.htm The autolog.tcl v1.0: http://www.egghelp.org/files/mytcl/autolog1.0.tcl.gz If that helps you find out if it's the script. EDIT. It was indeed the script. I found a newer version by different author that had a support for cont...
by ramirez
Wed Jul 27, 2005 7:20 pm
Forum: Archive
Topic: Weird bug with Eggdrop logging.
Replies: 2
Views: 2709

Weird bug with Eggdrop logging.

Well, this is pretty weird. I have noticed that everytime I do a .rehash command, my eggdrop stops updating the channel log files. I am using a script called "autolog" that basically adds an logfile line for every chan my bot is on (mode "jkp"). This all works fine when I start m...
by ramirez
Wed Feb 23, 2005 7:58 pm
Forum: Archive
Topic: Question about logfiles.
Replies: 4
Views: 3086

Exactly what I needed (again).
Thanks. :)
by ramirez
Wed Feb 23, 2005 6:17 pm
Forum: Archive
Topic: Question about logfiles.
Replies: 4
Views: 3086

Thanks, this is exactly what I need. :D EDIT. Hey, I don't really want to create another topic, so let me ask another question in there.. Is there anyway to rehash the eggdrop config file externally? Meaning that you don't have to DCC Chat to the bot and do ".rehash". I am asking this beca...
by ramirez
Wed Feb 23, 2005 5:31 pm
Forum: Archive
Topic: Question about logfiles.
Replies: 4
Views: 3086

Question about logfiles.

Hey, I have a little question about logfiles in eggdrop config. Currently I have something like this: logfile jpk #chan1 "logs/chan1.log" logfile jpk #chan2 "logs/chan2.log" logfile jpk #chan3 "logs/chan3.log" logfile jpk #chan4 "logs/chan4.log" I want my bot ...