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

by ribbon
Sun Oct 24, 2004 5:16 am
Forum: Archive
Topic: relay script
Replies: 1
Views: 2175

relay script

i'm looking for a tcl that show al the join/part/nick change/kick/ban of multi channels into a operator chan.

something like this:
#chan1 : nick1 has quit IRC (Ping timeout)

Tnx
by ribbon
Wed Aug 25, 2004 4:18 pm
Forum: Archive
Topic: auto rename file
Replies: 8
Views: 3383

auto rename file

can i let rename the eggdrop a file name at the begin of a new mounth ?

Code: Select all

#qoutefile
set qoutefile "/home/ribbon/quote/qoute.txt" 
#binds
bind time - "00 00 01 * *" qoute_ren
now i have to save each time at the begin of the mounth the old file like
quote.jan, qoute.feb, ...
by ribbon
Tue Jun 29, 2004 3:19 pm
Forum: Archive
Topic: script reading from MySql , not from txt
Replies: 2
Views: 1216

my knowledge about tcl is not that good :) so i hope that someone can help me.

Tnx Anyway
by ribbon
Mon Jun 28, 2004 1:40 pm
Forum: Archive
Topic: script reading from MySql , not from txt
Replies: 2
Views: 1216

script reading from MySql , not from txt

I'm running Souperman's trivia script, my question-file has more than 62.000 questions and this makes the eggdrop very slow. Can someone please help me so the eggdrop read the questions from Mysql? TNX