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

by bierbong
Tue Jul 07, 2009 1:39 pm
Forum: Scripting Help
Topic: how to cache a text-file and write it out to a channel?
Replies: 10
Views: 6577

thx, now its a touch faster.
the first 4 lines are posted very fast, but than the same as above- every 2 seconds one line :(

//edit: i think, it is my eggdrop :(
by bierbong
Mon Jul 06, 2009 12:54 pm
Forum: Scripting Help
Topic: how to cache a text-file and write it out to a channel?
Replies: 10
Views: 6577

it is still very slow ( every 2 seconds -> 1 line ). anybody knows why?
by bierbong
Thu Jul 02, 2009 10:43 am
Forum: Scripting Help
Topic: how to cache a text-file and write it out to a channel?
Replies: 10
Views: 6577

thx!!!
by bierbong
Mon Jun 29, 2009 2:07 am
Forum: Scripting Help
Topic: how to cache a text-file and write it out to a channel?
Replies: 10
Views: 6577

how to cache a text-file and write it out to a channel?

hello, i have a *.txt with some lines of text. i want to parse it to a certain channel. i realized it with: set fs [open "$file2" r] while {![eof $fs]} { gets $fs line if {$line == "" } { } else { putserv "PRIVMSG #xxx :$line"; } } close $fs but it is very slow... is th...
by bierbong
Sun Jun 14, 2009 3:50 pm
Forum: Script Requests
Topic: Talk-Script?
Replies: 0
Views: 1650

Talk-Script?

Hi, I've seen anywhere a talkscript for eggdrops. The script automatically learns answers to certain sentences oder words (scripts i found were only able doing that by !learn XXX spoken in the channel). But that script notices automatically. So, if I say "BOTNAME where is X", it reads the ...
by bierbong
Thu May 21, 2009 3:13 pm
Forum: Script Requests
Topic: [solved] simple flood protection?
Replies: 3
Views: 2364

jeah, thx, you made my day!
it works!!

:)
by bierbong
Thu May 21, 2009 12:44 pm
Forum: Script Requests
Topic: [solved] simple flood protection?
Replies: 3
Views: 2364

[solved] simple flood protection?

hello,
i want that a certain trigger can only be started for example every 15 second.
can you help me realizing that?
thx!