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
Thu Sep 28, 2006 7:45 am
Forum: Eggdrop Help
Topic: error command no server
Replies: 4
Views: 4282

I doubt his eggdrop even supports IPv6.
by De Kus
Tue Sep 19, 2006 10:55 am
Forum: Eggdrop Help
Topic: FAILED REALLOC misc.c
Replies: 6
Views: 4638

try fixing your LD_LIBRARY_PATH to have its first entry to the tcl lib that matchs the header version (probably change between /usr/lib and /usr/local/lib). You can see the actual loading lib by using ldd.
by De Kus
Tue Sep 19, 2006 10:52 am
Forum: Script Support & Releases
Topic: moxquizz
Replies: 8
Views: 6752

the problem is afaik mainly the unescaped newline. I bypassed by simply putting it into one line: if {$action == "ACTION" && $arg == "pats $botnick" && [mx_str_ieq $channel $quizconf(quizchannel)] && ([validuser $handle] || [info exists allstarsarray($nick...
by De Kus
Tue Sep 19, 2006 6:30 am
Forum: Scripting Help
Topic: Converting IRC Script to TCL + Running on eggdrop ?
Replies: 4
Views: 3810

I believe he is requesting an remote -> tcl script conversion, because I am sure his "irc bot on windows" is an mIRC script (I doubt he uses AngelBot, because there is only few scripts avaible and most already integrated).
by De Kus
Tue Sep 19, 2006 6:16 am
Forum: Eggdrop Help
Topic: encoding problems
Replies: 1
Views: 3208

have you searched for "iso8859-1" in src/tcl.c and looked around a bit? It shows which encoding the TCL subsystem will be using. It seems to look for the encoding in the enviroments vars LC_ALL, LC_CTYPE and LANG. You should be able to set them using local or export (add to .bash_profile o...
by De Kus
Tue Sep 19, 2006 6:12 am
Forum: Eggdrop Help
Topic: FAILED REALLOC misc.c
Replies: 6
Views: 4638

if its compiled on the same machine, the TCL was either downgraded or the lib path is screwed, since the header and actual version dont match.
by De Kus
Sun Sep 17, 2006 6:44 am
Forum: Scripting Help
Topic: [SOLVED] Windows VS FreeBSD
Replies: 6
Views: 4492

you could try to enter some debug status messages via putdcc and see if the bot is simply too slow or if it really freezes. I mean if it takes 5min or your PC, it might take an hour on the shell...
by De Kus
Thu Sep 14, 2006 8:20 pm
Forum: Eggdrop Help
Topic: eggdrop looking for modules in the wrong place
Replies: 5
Views: 3975

actually they are just where you executed "make" :D. after installation of the make script they are supposed to be there. I wrote an installer for some shared eggdrop modules and to avoid possible problems I just created symlinks from the original path modules to the actual ones in /usr/sh...
by De Kus
Wed Sep 13, 2006 6:00 pm
Forum: Eggdrop Help
Topic: Error :S
Replies: 2
Views: 2843

He should first make sure to use the latest version and look for a possible core dump file. In the doc sub folder there is a readme related to bug reporting.
by De Kus
Wed Sep 13, 2006 7:50 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1041170

This script is for eggdrop 1.6.18; upgrade. suggestion: package require eggdrop 1.6.18 or if {[lindex [lindex [modules] [lsearch -glob [modules] "eggdrop *"]] 1] < 106.18} { putlog "Fool, you don't have eggdrop 1.6.18 or later." } Edit: lol, forgot to replace $tempmods and of co...
by De Kus
Wed Sep 13, 2006 7:33 am
Forum: Script Support & Releases
Topic: Chanservneed
Replies: 63
Views: 46697

Changes from 1.5.3 to 1.5.4:
- fixed stupid missing var entry in global of handle:nickauthed

Edit: okay, upload done ^-^
by De Kus
Tue Sep 12, 2006 12:44 pm
Forum: Scripting Help
Topic: regexp doesn't identify what it should
Replies: 4
Views: 3546

the lines making the error arent pasted, must be another part of it.
my gues is still:
you try to execute the content of a variable or boolan expression, maybe too many [] or $
by De Kus
Tue Sep 12, 2006 10:30 am
Forum: Eggdrop Help
Topic: No access
Replies: 15
Views: 21658

I gues there is no telnet hostmark on any party allowed host and your IdentD port ist stealthed.
by De Kus
Tue Sep 12, 2006 4:10 am
Forum: Eggdrop Help
Topic: Bot startup error
Replies: 11
Views: 7477

have you made sure you saved as ISO-8859-1 (or Windows-1252 which is same for about 250 of the bytes ^-^) and not as some kind of UNICODE?
by De Kus
Fri Sep 08, 2006 11:50 am
Forum: Other Topics
Topic: PHP IRC Bot
Replies: 14
Views: 16765

(I would actually like to see the Tcl equivalent, if possible :wink:). here you go (including all splitting): namespace eval irc { proc tclscript {nick uhost hand chan arg} { switch -- [lindex [split $arg] 0] { !wz - !wzf { source scripts/weather.tcl } !spam { puthelp "PRIVMSG $chan :we rule!&...