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
Tue Sep 05, 2006 7:12 pm
Forum: Script Requests
Topic: timed join/part ? [SOLVED]
Replies: 5
Views: 3573

Code: Select all

bind time -|- {00 00*} activatechannel
bind time -|- {00 10*} deactivatechannel

proc activatechannel {min h d m y} {
   channel set #channel -inactive
}

proc deactivatechannel {min h d m y} {
   channel set #channel +inactive
}
by De Kus
Tue Sep 05, 2006 7:06 pm
Forum: Eggdrop Help
Topic: permissions denied
Replies: 8
Views: 6740

check also the owner and all permissions of all linked libs (ldd eggdrop).
by De Kus
Tue Sep 05, 2006 8:21 am
Forum: Other Topics
Topic: PHP IRC Bot
Replies: 14
Views: 16848

That will be time when web providers will start banning it :D. Seriously. Web providers don't intent to offer IRC bots in their web hosting service and these would seriously eat up resources (not to mention execution time and memory limits might addionally make problems). about the TCL: TCL has anyt...
by De Kus
Mon Jul 31, 2006 11:18 am
Forum: Eggdrop Help
Topic: Start/shutdown eggdrop
Replies: 2
Views: 4492

its much easier than that. To start just use su -c (run as appropriate user) and to stop, just use kill -15 (sigterm),
by De Kus
Mon Jul 31, 2006 11:10 am
Forum: Eggdrop Help
Topic: encrypting userfile
Replies: 16
Views: 12035

The only way to give encryption some little use would be to make the key used to be entered on start up (and therefore be only avaible in memory and not on hard disc). Of course that way your bot will nolonger be able to restart via cron :D. The possibility to read the eggdrops memory will most like...
by De Kus
Fri Jul 28, 2006 7:06 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

Lightwizzard wrote:Das mit dem Lynx ( bis auf das so nen user bei uns heisst ^^" ) hab ich bis dato nicht recht kapiert ..

ggf kann man das ja mal nen bissl spezifizieren ?
de.wikipedia.org/wiki/Lynx_(Browser)
by De Kus
Fri Jul 28, 2006 5:51 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

Problem ist, dass ich noch keine effektive Methode gefunden habe bei Lynx die Fehlermeldung zu capturen (ich habe die Statusmeldungen unterdrückt, um den Quellcode nicht evtl. sogar mit einem regulären Ausdruck herrauszulesen zu müssen). Ihr könnt ja mal mit nicht-externem Aufruf probieren, und scha...
by De Kus
Fri Jul 28, 2006 5:44 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

und wichtig drauf zu achten nen aktuelles TCL instaliert zu haben. Hatte ich persönlich nämlich auch erst nicht bedacht. Dann sollte es funzen. Welche Version streikte denn mit dem Script? (also vor 8.3 ist relativ klar, da es kein string map gab, glaub ich) Ich würde es dann nämlich als package re...
by De Kus
Thu Jul 27, 2006 1:17 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

Lightwizzard wrote:Abgesehn davon hab ich aber seit gestern nen andere Prb.
[18:26] -Maid|Sakura- Fehler vom Webserver 'HTTP/1.0 500 Internal Server Error'.
Da bei mir heute Mittag in Mozilla der selbe Fehler kam, gehe ich davon aus, dass es ein Problem seitens Wetter.com war.
by De Kus
Thu Jul 27, 2006 9:23 am
Forum: Eggdrop Help
Topic: Problem with eggdrop logs and pisg
Replies: 31
Views: 61669

you are loooking for "keep-all-logs".
by De Kus
Thu Jul 27, 2006 9:14 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

Hottihotte wrote:wie kann ich es nun machen das andere auch das "!wetter -lang" benutzen können?
Bitte lese, verstehe und stelle danach konkrete Fragen.

PS: 0.12.10 hochgeladen, minimale Änderungen bzgl. der Erkennung von Lynx und der Ortsuche.
by De Kus
Wed Jul 26, 2006 7:57 am
Forum: Eggdrop Help
Topic: Whats programs and libs needed ?
Replies: 3
Views: 3257

probably the "gcc" (libs like libc.so, libm.so, libdl.so and libnsl.so should be installed with GCC), "binutils", "tcl-dev" and "libz-dev" (for compression module) packages are needed. btw. dont relay on the exact names :D. The precompiled versions should run ...
by De Kus
Wed Jul 26, 2006 7:51 am
Forum: Eggdrop Help
Topic: ctcp chat doesnt work
Replies: 4
Views: 3833

check out "NAT-IP", its supposed to be the external not the internal IP.
by De Kus
Wed Jul 26, 2006 7:20 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

-lang geht aber bei den normalen leuten nicht |13:17:46| <Shifty> !wetter -lang 32427 |13:17:56| <Angel> Es ist in Minden 27,1 (31,7) °C und weht ein Wind der Stärke 2 aus Nord-Ost. © Wetter.com AG mehr kommt da nicht Und das soll bei v0.12.8 mit wetter(langflags) "-|-" so sein?! Ich sehe...
by De Kus
Tue Jul 25, 2006 10:01 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 222115

Hottihotte wrote:die zeile finde ich in der neuen version leider nicht
was muß ich nun ändern?
Der Clue ist, dass es jetzt schon von vornherein eingebaut ist, und es somit nichts zu ändern gibt :P.