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

by jager
Fri May 29, 2009 1:25 am
Forum: Script Support & Releases
Topic: incith:horoscope (r94) (Jan. 20th, 2009)
Replies: 51
Views: 99145

ad fix

Simple regexp hack. Find this at line 412: regexp {<span id="intelliTxt">(.*?)</span>} $html - output(horoscope) And change it to: regexp {<span id="intelliTxt"><p style="margin-bottom: 20px;">(.*?)</p>} $html - output(horoscope) Should be just that simple.
by jager
Sat Sep 15, 2007 1:14 am
Forum: Script Requests
Topic: Self-learning bot?
Replies: 7
Views: 6562

self learning bot?

What you remember is almost certainly megahal, which is a module that must be compiled into the bot, not a script. Look here for more info: http://barkerjr.net/irc/eggdrop/modules/megahal/ and of course google is your constant friend.