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

by De Kus
Sun May 06, 2007 4:57 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

Das liegt daran, dass wetter.com neuerdings bei der Vorschau die gefühlte Temperatur mitliefert und der reguläre Ausdruck da dooferweise etwas zu weit einfängt ^-^. Ich werd ma schauen, ob das einfach zu fixen is. Edit: wirklich seltsam. Ich kanns zwar rekonstruieren, aber ich steige jetzt auf die S...
by De Kus
Wed May 02, 2007 8:21 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

egghttp oder wetter sind keine TCL packages (da sie weder eine pkIndex noch ein 'package provide' enthalten), sondern einfach nur ein Script und muss daher auch mit 'source' und nicht mit 'package require' geladen werden. Letzte chance ist im Bot zu schauen (.status) welches Verzeichnis er tatsächli...
by De Kus
Wed May 02, 2007 4:14 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

Die Datei ist nicht dafür gedacht mit 'source' eingebunden zu werden, sondern über 'package require'. Der Fehler sollte trotzdem nicht vorkommen. Copiere sicherheitshalber nochmal alle Dateien insb. die .dll Dateien aus dem Windrop Archive un starte den Bot neu (in Windows musst du sowieso den Proze...
by De Kus
Tue May 01, 2007 6:49 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

Dir fehlt wohl das "lib"-Verzeichnis ("lib/tcl8.4/http2.5" um genauer zu sein), das bei Windrop dabei ist. Ohne HTTP-Package funktiniert die derzeitige Version nicht.
by De Kus
Sat Mar 24, 2007 11:13 am
Forum: Scripting Help
Topic: SQL error
Replies: 4
Views: 3342

first off, you should hash the passwords in your DB ^-^. I wonder why you post your PHP SQL query, if you take a little diffrent way to match the passwords. You compare the password in PHP on the script side and in TCL on the SQL side. Also your TCL variant doesn't seem to use proper escaping to pre...
by De Kus
Sun Feb 18, 2007 2:07 pm
Forum: Eggdrop Help
Topic: Test run of ./eggdrop -v, fail
Replies: 6
Views: 5333

check your LD_LIBRARY_PATH enviroment var (check the search function, if unsure)
by De Kus
Fri Feb 09, 2007 8:41 pm
Forum: Eggdrop Help
Topic: error flushing, broken pipe. I need some help.
Replies: 2
Views: 4610

the error occurs when you use I/O commands on sockets which has recieved fatal signals (like broken pipe in that case, you would also get it when it was closed by peer). try to close them on the console like '.tcl close sock11; close sock12' or do what you got mentioned before.
by De Kus
Sat Feb 03, 2007 9:20 pm
Forum: Eggdrop Help
Topic: How to dissable Help system in eggdrop?
Replies: 2
Views: 2783

did you place it before or after irc.mod was loaded? In first case I wouldnt be supprised why it didnt work :D. It obviously does work: De_Kus .tcl unbind msg - help *msg:help <Phoenix> Tcl: help De_Kus help <Phoenix> [01:21:18] [De_Kus!DeKus@pD9E350E3.dip.t-dialin.net] help De_Kus .tcl bind msg - h...
by De Kus
Sat Feb 03, 2007 9:13 pm
Forum: Modules & Programming
Topic: stats.mod file version compatibility
Replies: 5
Views: 11481

I am pretty sure I didnt have any problems, the module discarded the addional informations stored in the file afaik. In worest case you need to deleted them with some regular expression or similar.
by De Kus
Thu Feb 01, 2007 4:38 am
Forum: Script Support & Releases
Topic: Chanservneed
Replies: 63
Views: 46314

exactly, the global master allows chanserv to act against other policies (making the bot to never start a fight against chanserv which would be rediculous). Also add channel rights corresponding the access level of the bot to chanserv. The script will ask chanserv only for things it knows to have ac...
by De Kus
Wed Jan 31, 2007 6:09 pm
Forum: Scripting Help
Topic: Detecting dynamic bans expiry [not yet solved]
Replies: 4
Views: 3370

If you have a botnet, you can bind to the botnet message.

Oh, and if you can compile your bot yourself, you can also consider to call something in src/mod/irc.mod/irc.c function check_expired_chanstuff() which seems to handle ban expires.
by De Kus
Wed Jan 31, 2007 5:55 pm
Forum: Script Support & Releases
Topic: Chanservneed
Replies: 63
Views: 46314

Read the install requirements closer. You have to tell your bot that it has access on chanserv. How you do that is written in the install requirements. Your error message says clearly that you didn't do all steps mentioned there. btw. the details of the errorInfo is from another error :D, but thanks...
by De Kus
Wed Jan 31, 2007 3:05 pm
Forum: Script Support & Releases
Topic: Chanservneed
Replies: 63
Views: 46314

Are you sure that your bot knows it has the right to do an invite (read the full text of install requirements)? It expects to have at least voice level at chanserv for that channel, else it won't send an invite. Also possible could be that it cant seen chanserv online -> no +watch supported by ircd?
by De Kus
Mon Jan 01, 2007 7:14 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

Ja irgendwie sehr merkwürdig. Wärend ich vergeblich eine Änderung im Quelltext suchte und ich das Script neu lud, war der Fehler verschwunden. Ich kann zZ nur schlecht eine neue Version veröffentlichen, da ich ja gerade alles auf egghttp umgeschrieben habe und dafür "egghttp2" noch net wir...
by De Kus
Tue Dec 19, 2006 3:58 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218481

Ich nehme mal an, dass die Seite den Code geändert hat. Muss schauen, dass ich demnächst mal nachschauen kann. Zur Zeit find ich einfach keine Zeit dafür. Wenn sich das jemand anderes mal anschauen möchte, würde mir das viel helfen.