Main Page
From Eggdrop Wiki
(Difference between revisions)
(→Installing Eggdrop: added wikilink to GetEggdrop) |
m |
||
(6 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
* [[GetEggdrop]] | * [[GetEggdrop]] | ||
* [[How to compile Eggdrop|How to compile Eggdrop {{LSR/Eggdrop}}]] | * [[How to compile Eggdrop|How to compile Eggdrop {{LSR/Eggdrop}}]] | ||
+ | * [[1.8|Eggdrop1.8 development version]] | ||
* [[FAQ|Frequently Asked Questions (Contains common errors as well)]] | * [[FAQ|Frequently Asked Questions (Contains common errors as well)]] | ||
* [[eggdrop.conf|Eggdrop default configuration file explained]] | * [[eggdrop.conf|Eggdrop default configuration file explained]] | ||
+ | * [[Inline|I get errors like "undefined reference to `cron_matchfld'" during the linking state (compiling with clang)]] | ||
===Tcl related issues=== | ===Tcl related issues=== | ||
* [[Threaded Tcl|The Problem with Threaded Tcl (or 'My bot starts up but never goes to IRC and I can't telnet to it and it only works with ./eggdrop -n eggdrop.conf')]] | * [[Threaded Tcl|The Problem with Threaded Tcl (or 'My bot starts up but never goes to IRC and I can't telnet to it and it only works with ./eggdrop -n eggdrop.conf')]] | ||
* [[Tcl8.6|How to get Eggdrop to compile with Tcl8.6 (or 'Fixing compilation errors about "interp has no member result"')]] | * [[Tcl8.6|How to get Eggdrop to compile with Tcl8.6 (or 'Fixing compilation errors about "interp has no member result"')]] | ||
+ | * [[Libdir|I installed the tcl-dev package but eggdrop doesn't find it on my new operating system (Ubuntu 14, etc.)]] | ||
* [http://forum.egghelp.org/viewtopic.php?p=97173#97173 With Tcl8.5.10, eggdrop crashes: *** glibc detected *** ./eggdrop: free(): invalid next size (fast): ... ***] | * [http://forum.egghelp.org/viewtopic.php?p=97173#97173 With Tcl8.5.10, eggdrop crashes: *** glibc detected *** ./eggdrop: free(): invalid next size (fast): ... ***] | ||
* [[Local Tcl|Installing Tcl locally to your shell]] | * [[Local Tcl|Installing Tcl locally to your shell]] |
Current revision as of 13:53, 7 July 2014
Welcome to the Eggdrop Wiki. Be a hero, contribute!
Contents |
Installing Eggdrop
- GetEggdrop
- How to compile Eggdrop 1.6.21
- Eggdrop1.8 development version
- Frequently Asked Questions (Contains common errors as well)
- Eggdrop default configuration file explained
- I get errors like "undefined reference to `cron_matchfld'" during the linking state (compiling with clang)
Tcl related issues
- The Problem with Threaded Tcl (or 'My bot starts up but never goes to IRC and I can't telnet to it and it only works with ./eggdrop -n eggdrop.conf')
- How to get Eggdrop to compile with Tcl8.6 (or 'Fixing compilation errors about "interp has no member result"')
- I installed the tcl-dev package but eggdrop doesn't find it on my new operating system (Ubuntu 14, etc.)
- With Tcl8.5.10, eggdrop crashes: *** glibc detected *** ./eggdrop: free(): invalid next size (fast): ... ***
- Installing Tcl locally to your shell
- Compilation error 'Tcl_NotifierProcs has no member named initNotifierProc'
Common Questions
- How to change the handle length from the default setting (Or, "My eggdrop truncates handles to 9 chars, how do I fix that?")
- I want Eggdrop to speak and understand UTF-8. I want it so badly that I'm willing to take the ugliest hack available!
- I want to stop eggdrop from crashing if a script contains an error
- I have OpenSSL installed but ./configure still can't see it. (Ubuntu 11.10)
- DCC chat does not work.
- How can I register to help work on this wiki?
Eggdrop and Networks
- Bot policies - Partial coverage for both UnderNet and EFnet servers
- Network Notes - A list of tips, tricks, and notes for various other networks
External links
- eggheads.org Official eggdrop website
- Eggdrop article in Wikipedia
- Eggdrop at the Open Directory Project
- The eggtcl project - a library of approved Eggdrop TCL scripts.