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

by BarkerJr
Sun Jun 11, 2006 10:52 pm
Forum: Scripting Help
Topic: PM?
Replies: 10
Views: 15969

Thanks. I wrote a document about it tonight... http://barkerjr.net/irc/eggdrop/Scripting/Binds
by BarkerJr
Sun Jun 11, 2006 8:03 pm
Forum: Modules & Programming
Topic: Megahal Modul Translation for german and slovenija
Replies: 2
Views: 9311

Those are just lists of words, so you don't need to directly translate them. Just replace the contents of the files with words in other languages. Each file has a different function, so put the right words in each...
by BarkerJr
Sun Jun 11, 2006 5:49 pm
Forum: Scripting Help
Topic: PM?
Replies: 10
Views: 15969

Here ya go... bind PUB n|- ${trigger}join {dojoin $_pub1 $_pub5; #} bind MSG n|- ${trigger}join {dojoin $_msg1 $_msg4; #} proc dojoin {nickname channel} { if {![llength [split $channel]] || [validchan [set channel [lindex [split $channel] 0]]]} { putserv "NOTICE $nickname :Please use $::lastbin...
by BarkerJr
Sat May 20, 2006 2:45 pm
Forum: Modules & Programming
Topic: windrop & mysql
Replies: 10
Views: 18478

I just compiled mysql.mod under cygwin. I don't have anything to test it against, but you could give it a try: ftp://barkerjr.net/pub/irc/eggdrop/modu ... .win32.zip
by BarkerJr
Sat May 20, 2006 11:43 am
Forum: Modules & Programming
Topic: slow queries with mysql.mod
Replies: 2
Views: 8775

mysql_query does have to convert the entire result into a Tcl list of lists, so it might just take a while. If that's the case, it's Tcl overhead, and will be equally slow using mysqltcl and fetching all of the rows. I would, of course, be interested in knowing what you find out.
by BarkerJr
Sat Apr 08, 2006 12:33 am
Forum: Eggdrop Help
Topic: Bot sets modes when owner joins.
Replies: 4
Views: 4536

What IRC server version is the network? See /version.
by BarkerJr
Sat Apr 08, 2006 12:28 am
Forum: Modules & Programming
Topic: Opchars appearing in logfiles
Replies: 8
Views: 18844

dungeon wrote:Okay - in which case, if I modify the source code am I required to post my changes here? Or submit them to the headshed somewhere?
No, the license only requires the source code to be made public if you redistribute the binary. If it's for your own personal use, you do not need to share.
by BarkerJr
Wed Apr 05, 2006 9:59 pm
Forum: Eggdrop Help
Topic: Bots and bot link oping
Replies: 12
Views: 9694

use pushmode
by BarkerJr
Wed Apr 05, 2006 9:56 pm
Forum: Scripting Help
Topic: botnet help (putbot isue)
Replies: 2
Views: 5385

It doesn't show up on the botnet. You need to 'bind bot' to capture it.
by BarkerJr
Mon Apr 03, 2006 9:34 pm
Forum: Eggdrop Help
Topic: Temp dir? :s
Replies: 2
Views: 3583

Or just delete that line entirely. It's not used for much.
by BarkerJr
Sun Mar 19, 2006 5:33 pm
Forum: Eggdrop Help
Topic: compiling error
Replies: 25
Views: 21462

So, you installed all, and didn't install Tcl? That don't make sense.
by BarkerJr
Sun Mar 19, 2006 5:30 pm
Forum: Eggdrop Help
Topic: Cant initiat DCC Commands
Replies: 3
Views: 4638

Check to make sure that you aren't ignoring the response from the bot.
by BarkerJr
Sun Mar 19, 2006 1:49 am
Forum: Eggdrop Help
Topic: compiling error
Replies: 25
Views: 21462

I believe the problem is that you installed Tcl. It's critical that you follow the instructions to the word. Don't ask me why, but the current versions of Cygwin aren't easy use with Eggdrop as they were last year.

http://windrop.sourceforge.net/compile16.html

You do have to install Make, too.
by BarkerJr
Sat Mar 18, 2006 10:39 am
Forum: Script Support & Releases
Topic: megahal + blowcrypt
Replies: 1
Views: 4350

Re: megahal + blowcrypt

w0lfstar wrote:i posted this issue at the megahal website but no one has a clue thats why i try it here.
Here's a link to that post:

EDIT: broken link removed by author request.
by BarkerJr
Sun Jan 15, 2006 11:09 pm
Forum: Scripting Help
Topic: Another Mysql question.
Replies: 6
Views: 7862

demond wrote:so you probably meant it's better for newbies, not better in general
Ok, I can accept that. It's also harder to mess up your DBMS, since there aren't resources to worry about.