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

by ig8011
Mon Mar 30, 2015 4:10 pm
Forum: Eggdrop Help
Topic: Uncommented tcl works
Replies: 2
Views: 6067

Ok, I found! :lol: Use .bind command on DCC line. You got a list where you see something like this: TYPE FLAGS COMMAND HITS BINDING (TCL) join -|- * 80 wjoin Type= join Flags= -|- Command= * Hits=80 Bindings (tcl)= wjoin. Use the following command: .tcl unbind join -|- * wjoin Wjoin - was used in th...
by ig8011
Mon Mar 30, 2015 3:40 pm
Forum: Eggdrop Help
Topic: Uncommented tcl works
Replies: 2
Views: 6067

Uncommented tcl works

Hi guys, My eggdrop runs well, but there is a small problem I Can't solve. I used an auto-greet tcl. This tcl read the greetings from a txt file -welcome.txt. I found a better script and I removed this auto-greet.tcl from the config file, but the bot still says the greetings from the welcome.txt whi...
by ig8011
Tue Mar 17, 2015 5:11 pm
Forum: Eggdrop Help
Topic: [SOLVED] ./eggdrop ERROR 1 & modegg ERROR 2
Replies: 4
Views: 11509

Read your post a second time, and I see you mention libtcl x 8.4.so. That should be libtcl8.4.so. libtclx8.4.so is an extension to tcl, but you'd still need the standard tcl libraries. The most likely cause for your error, is that you either lack the tcl libraries (or failed to install the *-dev pa...
by ig8011
Tue Mar 17, 2015 12:28 pm
Forum: Eggdrop Help
Topic: [SOLVED] ./eggdrop ERROR 1 & modegg ERROR 2
Replies: 4
Views: 11509

[SOLVED] ./eggdrop ERROR 1 & modegg ERROR 2

Hi all! I would like to install an eggdrop, but i got the following error messages: "collect2: error: ld returned 1 exit status make[1]: *** [../eggdrop] Error 1 make[1]: Leaving directory `/home/mydir/eggdrop1.6.21/src' make: *** [modegg] Error 2" Installation steps: 1. ./configure --> Do...