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

by Buffy_25
Sun Nov 06, 2005 5:48 am
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29721

I thought i found the problem, after echo'ing a variable: echo $LD_LIBRARY_PATH :/usr/lib/mysql:/usr/lib/mysql:/usr/lib/mysql So i did : export LD_LIBRARY_PATH=/usr/lib/mysql echo $LD_LIBRARY_PATH /usr/lib/mysql After this i retried 'make config' and then 'make' in my eggdrop1.6.17 dir, But in vain ...
by Buffy_25
Sat Nov 05, 2005 7:01 am
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29721

Ah sorry guys. My mistake :roll: I already did the following: - installed mysql-devel -> apt-get install mysql-devel - before doing make i did: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/mysql - when i do at shell command: find / -name libmysql* (i got this then) /usr/lib/mysql/libmysqlclient....
by Buffy_25
Fri Nov 04, 2005 5:44 am
Forum: Modules & Programming
Topic: Problems with mysql.mod
Replies: 17
Views: 29721

Problems with mysql.mod

Hi, I'm having a problem with installing mysql.mod. (i have mysql installed with RH9.0 and it's running) I downloaded the mysql.mod.0.6.tar.bz2 from barkerjr.net and unzipped it in eggdrop1.6.17/src/mod. Went back to eggdrop1.6.17 dir, and did "make config" After this i did "make"...
by Buffy_25
Wed Nov 02, 2005 9:52 am
Forum: Scripting Help
Topic: Clear brain Megahal
Replies: 4
Views: 10251

Alchera,

Negative :?

So first i need to shutdown bot, and then delete those 10 files?
After that reinstall 8 files and restart bot?$

Buffy
by Buffy_25
Wed Nov 02, 2005 7:23 am
Forum: Scripting Help
Topic: Clear brain Megahal
Replies: 4
Views: 10251

Clear brain Megahal

Hi, How can i delete/reset my bot's Mehalal's brain to the original brain? He learned a lot, but his way of talking is becoming weird. How can i update Megahal's brain back to the clean/original brain he had in the beginning? I tried to delete the 10 megahal.??? files into my bot's dir, and then re-...
by Buffy_25
Wed Nov 02, 2005 4:41 am
Forum: Scripting Help
Topic: Check for first char of sentence
Replies: 4
Views: 9845

Thank you very much avilon !

Working great :)

Buffy
by Buffy_25
Tue Nov 01, 2005 9:50 am
Forum: Scripting Help
Topic: Check for first char of sentence
Replies: 4
Views: 9845

Hi avilon.

This is working perfect if i use no colours.
If the [What] is in colour, it's not being recognized :(

Is this normal?
Can colours influence this?

Buffy
by Buffy_25
Tue Nov 01, 2005 7:09 am
Forum: Scripting Help
Topic: Check for first char of sentence
Replies: 4
Views: 9845

Check for first char of sentence

Hello, What i would like to do is: When a person types a msg in the room, i would like that my bot detects when the first char of the first word of the sentence is a "[" For example [What] do you prefer? Then my Bot replies: The '[' has been found! I have the following code, but it doesn't...
by Buffy_25
Mon Oct 31, 2005 8:47 am
Forum: Scripting Help
Topic: Mysqltcl or Module mysql
Replies: 0
Views: 6148

Mysqltcl or Module mysql

Hello,

What is the best way to treat a mysql database with tcl? And are they both friendly-use?

MysqlTCL or Mysql module ?

And are they both easy to install? Or one more easy to install then the other?

Thanks.

Regards,
Buffy
by Buffy_25
Sat Aug 27, 2005 2:54 am
Forum: Archive
Topic: Mysql installation
Replies: 2
Views: 4960

Thank you demond.

I will check those sites out.

Buffy
by Buffy_25
Thu Aug 25, 2005 7:19 am
Forum: Archive
Topic: Mysql installation
Replies: 2
Views: 4960

Mysql installation

Hi all, My bot is up and running very smooth till now. What i would like is to start making a database with Mysql, linked to my eggdrop (version 1.6.15) But, Do i need any other programs installed on my linux computer? Since i have just Redhad9.0 installed right now and eggdrop and some tcl scripts....
by Buffy_25
Sun Mar 06, 2005 3:00 pm
Forum: Archive
Topic: Deleting file upon leaving channel
Replies: 1
Views: 2089

Deleting file upon leaving channel

Hi all, I would like to delete a specific file when my bot leaves the channel or get disconnected. Find below the script i made for it: bind evnt - disconnect-server delfile bind part - * part bind kick - * kick bind sign - * signoff proc part {nick uhost hand chan arg} { if {![string match -nocase ...
by Buffy_25
Thu Feb 10, 2005 6:41 pm
Forum: Archive
Topic: Tcl error [joinproc]: invalid command name "}"
Replies: 13
Views: 4559

stdragon,
Thnx so much ! It's working great (no fault anymore) :D

Thnx for all the help guys!

Buffy
by Buffy_25
Mon Feb 07, 2005 8:31 am
Forum: Archive
Topic: Tcl error [joinproc]: invalid command name "}"
Replies: 13
Views: 4559

awyeah,

I counted those brackets several times, and always i got the same openings as same closings.
I even tried to remove some parts of the script to be sure, but even with that i'm still getting this error :(

I don't understand and kind of lost.

Buffy
by Buffy_25
Mon Feb 07, 2005 8:27 am
Forum: Archive
Topic: Tcl error [joinproc]: invalid command name "}"
Replies: 13
Views: 4559

Hi, I tried to check with '.set errorInfo' in partyline but without luck. When i typed in the partyline: '.set errorInfo' i got : What? You need '.help' After this i tried to put in my bot1 script after 'global joined' : set errorInfo and made my bot Blacky rejoin and then typed in partyline .set er...