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

by jones
Fri Jul 23, 2004 1:59 pm
Forum: Archive
Topic: Eggdrop compile! (make)
Replies: 1
Views: 1211

Eggdrop compile! (make)

You must type "make eggdrop" for the non-module version, or
type make eggmod for the module version.

What´s the diference in: non-module version into module version ?

Thanks!
by jones
Wed Jul 21, 2004 11:24 am
Forum: Archive
Topic: Eggdrop1.1.5 ./configure problem
Replies: 8
Views: 2647

Somebody can compile a eggdrop1.1.5 for me in FreeBSD 4.9-RELEASE-p8 #0 and compact? and put in web for me download? Precompiled Eggdrop1.1.15 shoud be resolv my problem! In eggdrop there is a "compatibility" TCL included: # Use this script for Tcl and Eggdrop downwards compatibility. # NO...
by jones
Mon Jul 19, 2004 11:13 am
Forum: Archive
Topic: Eggdrop1.1.5 ./configure problem
Replies: 8
Views: 2647

because unhappyly my tcl only function correct in eggdrop1.1.5 ! I alredy compatibily but it´s more hard! Well 8.4 is the latest version, even shell servers I use haven't updated to 8.4 yet, some use 8.3 and some still on 8.2. I would probobaly suggest if you have 8.4, then download and use the new ...
by jones
Sun Jul 18, 2004 3:21 pm
Forum: Archive
Topic: ./configure in Eggdrop1.1.5
Replies: 1
Views: 1156

./configure in Eggdrop1.1.5

I have this problem when i type: ./configure in eggdrop1.1.5 : BUT i have this files because i run eggdrop1.6.x with no problem! Somebody can help-me? Thanks I can't find Tcl on this system. Eggdrop now requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't look...
by jones
Sun Jul 18, 2004 3:14 pm
Forum: Archive
Topic: Eggdrop1.1.5 ./configure problem
Replies: 8
Views: 2647

Realy my tcl version is: [16:13] TCL Version: 8.4 [16:13] TCL Patchlevel: 8.4.6 It´s other possibilite of i run my eggdrop 1.1.5? I download the older tcl and put in my shell and point the ./configure of eggdrop1.1.5 to scan in my account?! Help-me! When i do to know what the version of my tcl ?! Pl...
by jones
Sun Jul 18, 2004 11:56 am
Forum: Archive
Topic: Eggdrop1.1.5 ./configure problem
Replies: 8
Views: 2647

When i do to know what the version of my tcl ?!
gb wrote:Plain eggdrop1.1.5 won't work with tcl higher than 8.0.5.
by jones
Sun Jul 18, 2004 11:05 am
Forum: Archive
Topic: Eggdrop1.1.5 ./configure problem
Replies: 8
Views: 2647

Eggdrop1.1.5 ./configure problem

I have this problem when i type: ./configure in eggdrop1.1.5 : BUT i have this files because i run eggdrop1.6.x with no problem! Somebody can help-me? Thanks I can't find Tcl on this system. Eggdrop now requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't look...
by jones
Sat Jul 17, 2004 11:14 am
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

If i run this tcl in eggdrop1.1.5 i think i don´t have this problem! I will test It looks to me that jones is trying to save one of the following fields to a user; 'nome nick origem entrada fotourl email', and with the exeption of email, none of those are considered valid entry types. So, XTRA field...
by jones
Fri Jul 16, 2004 8:51 am
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

but my user-set just alredy it:

proc user-set {n c t} {
setuser $n xtra $c $t
}

gb wrote:

Code: Select all

proc user-set {hand type arg} {
  setuser $hand XTRA $type $arg
}
by jones
Fri Jul 16, 2004 8:49 am
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

but my user-set alredy just it:

proc user-set {n c t} {
setuser $n xtra $c $t
}
gb wrote:That setxtra proc wont work, replace your user-set code with the one I posted.
by jones
Thu Jul 15, 2004 8:23 pm
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

This code is ok! i don´t have more error in my tcl! but the command that i use with this code not have effect! I think to see the tcl in geral, but is a little complex because this tcl run with more some tcl and make html file. *and i realy need show you the html file make online for tcl and the com...
by jones
Thu Jul 15, 2004 2:08 pm
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

sorry! i´m error to copy here the code of setxtra! The code with problem is: This code stay in toolkit.tcl proc user-set {handle key data} { set xtra [getxtra $handle] # is key already there? for {set i 0} {$i < [llength $xtra]} {incr i} { set this [lindex $xtra $i] if {[string compare [lindex $this...
by jones
Wed Jul 14, 2004 6:19 pm
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

yes proc dcc_chinfo: proc dcc_chinfo {handle idx rest} { global modify imed time set rest [filtstr $rest] set tipos "nome nick origem entrada fotourl email" if {[llength $rest]<=2} { putdcc $idx "2Erro de sintaxe. Formato:12 .chinfo <handle> <type> <arg>" putdcc $idx "2Os ti...
by jones
Wed Jul 14, 2004 5:39 pm
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

I put this code:
i have this error now:

[18:39] Tcl error [dcc_chinfo]: wrong # args: should be "setxtra handle type data"
KrzychuG wrote:This should work:

Code: Select all

proc setxtra { handle type data } {
  setuser $handle XTRA $type $data
} ;# setxtra
by jones
Wed Jul 14, 2004 1:44 pm
Forum: Archive
Topic: Help me with error in tcl
Replies: 16
Views: 6224

Help me with error in tcl

I need help with this error in my tcl: [14:42] Tcl error [dcc_chinfo]: invalid command name "setxtra" *** I run compat.tcl in my eggdrop: # $Id: compat.tcl,v 1.10 2003/02/04 10:21:03 wcc Exp $ in compat.tcl i found this: # setxtra is no longer relevant somebody can help what i put in my co...