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

by AudiAddict
Fri Nov 02, 2007 4:24 am
Forum: Script Requests
Topic: Spreedsheat lookup + Bot trigger script
Replies: 1
Views: 2366

Spreedsheat lookup + Bot trigger script

I'm looking for two scripts which work with the latest version of eggdrop - We have some excel sheets (*.xls) is there a simple way of programming a bot to lookup data from these spreadsheets? So if I type !reference referencenumber it would lookup a reference number in that excel sheet and post the...
by AudiAddict
Sun Oct 28, 2007 10:10 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

True, so why isn't it writing data to that file?
by AudiAddict
Sun Oct 28, 2007 10:04 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

Keep in mind that /scripts/learn.dat and scripts/learn.dat points to two completely different locations on your filesystem. This script in particular expects, and depends, on you providing a relative path with one single directory (data/learn.dat or scripts/learn.dat or similar). If I understand yo...
by AudiAddict
Sun Oct 28, 2007 10:00 am
Forum: Eggdrop Help
Topic: [TCL] Scripts write acces?
Replies: 5
Views: 3874

This piece of the code is not properly written Maybe that's the case, but I do know that many users are using it and it works fine. Also, I've tried other scripts (learn scripts) and they have the same problem. Seems you are running a .deb-packaged eggdrop? As which user does it run? Who owns the d...
by AudiAddict
Sun Oct 28, 2007 9:26 am
Forum: Eggdrop Help
Topic: [TCL] Scripts write acces?
Replies: 5
Views: 3874

I'm posting it here, since I've tried about 10 different scripts and they all have the same problem. So i'm beginning to think it's an issue with eggdrop or my linux machine. I doubt it's the code, since other users are able to use it and it's a out of the box soluiton As explain in the other thread...
by AudiAddict
Sun Oct 28, 2007 6:37 am
Forum: Eggdrop Help
Topic: [TCL] Scripts write acces?
Replies: 5
Views: 3874

[TCL] Scripts write acces?

As stated in another topic of mine : http://forum.egghelp.org/viewtopic.php?p=77183#77183 I am having trouble getting scripts to work which can write data to database files. One example was the Learn scripts (with !learn add etc) from the stated topic above. Personaly I'm starting to think it's a ge...
by AudiAddict
Sun Oct 28, 2007 5:16 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

your missing out the folder data . in the parth . should be eggdrop/data/learn.dat take a look in eggdrop for a folder named data, if there's not 1 there, make 1, then put a file named learn.dat in that folder, then restart the bot. :wink: Hey smash, I don't have a data folder, I figured I didn't n...
by AudiAddict
Sat Oct 27, 2007 11:02 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

The script from Smash above does the same thing. egg[x]: No defenition found for word. It seems that it's not writing the data to it's file anywhere. I've set the data file to /scripts/learn.dat , /etc/eggdrop/scripts/learn.dat all no go. I did the following : - Manualy created learn.dat --> set fil...
by AudiAddict
Fri Oct 26, 2007 5:56 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

Sorry for the late reply, have been really busy. I checked the owner settings. They are correct. So in short : I'm currently using tklearn-0.5.tcl from your archives. It appeares to be a recent version from 2007. I uploaded the file to my eggdrop/scripts folder. I added the loader in my eggdrop.conf...
by AudiAddict
Wed Aug 29, 2007 3:18 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

Reading the instructions that come with any script does come in handy. For instance, !learn TCL: # PLEASE CHANGE THE LINE BELOW. If you don't, the file and the directory will be # created set learn_db "data/learn.dat" It is possible you will be required to create this 'data' directory ins...
by AudiAddict
Tue Aug 28, 2007 9:41 am
Forum: Script Support & Releases
Topic: !learn Scripts
Replies: 15
Views: 15350

!learn Scripts

Can anybody tell me what I'm doing wrong? I've tried using several !learn scripts with the latest eggdrop source, but I cannot get any of them to work. I've tried dictionary.tcl, hal-learn.tcl, fluxlearn5 Basicly, I can hal-learn to work as far as the bot says : ?? word not defined. But when trying ...