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

by demond
Sat Nov 18, 2006 12:47 am
Forum: Script Support & Releases
Topic: need help with news.xml
Replies: 3
Views: 3876

this thing is obsolete and unsupported

use a modern RSS news script that does what you need, like rssnews.tcl

support thread here
by demond
Thu Nov 16, 2006 9:10 pm
Forum: Scripting Help
Topic: Script works in shell but not as a proc
Replies: 12
Views: 7105

Didn't say he can't use [after], simply in his case using [utimer] is better since he won't have to worry about changing environments. actually it's the other way around - [after] is preferable in this case as it allows you to "kill timer" simply by using [after cancel] and there is no ne...
by demond
Thu Nov 16, 2006 6:30 am
Forum: Script Requests
Topic: Very extended ranking script
Replies: 1
Views: 2231

nobody will do that for free, you have to pay; and given you happen to be a qneter, you should be required to pay double
by demond
Thu Nov 16, 2006 6:26 am
Forum: Script Requests
Topic: kick a person off shoutcast?
Replies: 1
Views: 2194

no, unless you provide shoutcast server's controlling interface
by demond
Thu Nov 16, 2006 6:24 am
Forum: Script Support & Releases
Topic: need spambuster.tcl help
Replies: 6
Views: 5566

because the scanner uses its own irc connection, not that of the bot
by demond
Thu Nov 16, 2006 6:22 am
Forum: Modules & Programming
Topic: Precompiled stats.mod DLL
Replies: 1
Views: 8143

no need to compile anything, stats module comes bundled with windrop
by demond
Thu Nov 16, 2006 6:17 am
Forum: Tcl FAQ
Topic: Parsing webpages made easy
Replies: 30
Views: 109458

it's not tclDOM, it's tDOM; TclDOM is completely different package that indeed requires TclXML; tDOM does not require any XML package as it itself contains XML engine
by demond
Thu Nov 16, 2006 6:04 am
Forum: Eggdrop Help
Topic: +S mode on linknet
Replies: 20
Views: 18035

in eggdrop, there is only one feasible way of handling non-standard irc modes - with [bind raw] scripts, and such samples have already been provided on these forums - search for "hardcoded modes", "bind raw", "proc foo"
by demond
Thu Nov 16, 2006 5:34 am
Forum: Scripting Help
Topic: Script works in shell but not as a proc
Replies: 12
Views: 7105

Because the variable message is in the proc while the after executes outside the proc; the variable cannot be found. Instead, use the [utimer] eggdrop command. there is nothing wrong with using [after] in eggdrop scripts; [utimer] was devised before [after] appeared in Tcl (circa 8.0) of course, [v...
by demond
Mon Nov 13, 2006 11:09 pm
Forum: Script Support & Releases
Topic: need spambuster.tcl help
Replies: 6
Views: 5566

return [regexp (?i)(http://|www\\.|irc\\.|\[\[:space:\]\]#) $string] In spambuster.tcl I found that line. How can we add more filters? by applying regexps regarding scanner (what you call "spambuster") joining certain channels: you can force that by typing .tcl putdcc <idx> "join #ch...
by demond
Sun Nov 12, 2006 3:52 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253446

the thing with the date is that its tag could be something other than <dc:date>, for example <pubDate>; also, its format is not specified, therefore it can't be interpreted as number and you need such interpretation in order to be able to compare dates and time intervals hashing by URL and not title...
by demond
Sun Nov 12, 2006 3:40 pm
Forum: Script Support & Releases
Topic: need spambuster.tcl help
Replies: 6
Views: 5566

unfortunately the scan frequency is fixed at 10 mins and cannot be changed via set you can specify which channels are to be excluded from the random scan by setting sb:nochan or/and how many users should a channel have on it in order to be scanned by setting sb:minuser you can't explicitly specify w...
by demond
Thu Nov 02, 2006 4:43 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 216347

okay folks, that was pretty much it go grab xchannel 4.2 the final additions: optional ban time in the punish chanset: w:k:b17 text-oriented offense handlers now bind also to PART and SIGN .xstats statistics command showing top offenders by channel, offense type or total (you need to enable +x:stats...
by demond
Wed Nov 01, 2006 4:46 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253446

stalix, add ($link) to this line: puthelp "privmsg $chan :($idx) $title" Zerg, try typing !news on a channel you have joined by typing its name exactly as specified in script's feeds array I have released a new version 2.2 ; it's all but certain that would be the last one, I'm fed up with ...
by demond
Fri Oct 27, 2006 8:45 pm
Forum: Script Support & Releases
Topic: suggest (xchannel / AllProtection)
Replies: 11
Views: 8835

I won't make the recommendation sought as it would probably be somewhat biased; obviously, I prefer my script over SirFz's and anyone else's, but for reasons that could hardly be understood by users who aren't eggdrop scripters themselves - namely for the sake of expresiveness and terseness of my co...