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 assgier
Fri Mar 26, 2010 12:09 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 673973

@assgier You're right, the code couldn't handle self closing tags within a parent tag of the same name. Luckily its a very simple fix. look for line: incr tmp_num [regexp -all -- "<$tag_name\(|.\[^>\]+\)>" [string range $xml_data $last_tag_end_last $tag_end_last]] and replace it with: inc...
by assgier
Thu Mar 25, 2010 8:19 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 673973

I'm hoping this thread is still being followed by Andrew, after all these years (and the latest post being from december last year). Been using rss-synd for ages! It's working very well and I'm really happy about it. One thing though: it seems to have trouble recognising self-closing tags in XML. It...
by assgier
Tue Oct 12, 2004 5:26 pm
Forum: Archive
Topic: easy question: ban type
Replies: 14
Views: 4444

Reading the scripts configuration settings might be helpful. Some scripts allow settings to set the type of ban format required. I searched trough them, but the point is that i'm not using scripts for putting people on "shitlist", i'm using the bots own internal ban system (bans all, +ban...
by assgier
Mon Oct 11, 2004 7:19 pm
Forum: Archive
Topic: easy question: ban type
Replies: 14
Views: 4444

*kick* i also can't find anything helpful on this forum for such a simple thing as changing the bot's own default bantype (i also want it to do +b *!*@host.domain instead of *!ident@*.domain)... Have looked in the FAQ, have searched the forum, looked over all .tcl scripts in the scripts/ subdirector...