EggWiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(20 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Setting Up Eggdrop == | == Setting Up Eggdrop == | ||
[https://docs.eggheads.org/setup Installation Tutorial] | |||
[[Installing Tcl Locally]] | [[Installing Tcl Locally]] | ||
Line 7: | Line 9: | ||
[[Upgrading]] | [[Upgrading]] | ||
* [[Config_Changes|Config file changes, by version]] | |||
== Using Eggdrop == | == Using Eggdrop == | ||
Line 16: | Line 20: | ||
[[Loading Tcl Scripts]] | [[Loading Tcl Scripts]] | ||
[[CAP|Enabling CAP (IRCv3) Extensions]] | |||
[[Account Tracking]] | |||
== Common Errors == | == Common Errors == | ||
[[Tcl Not Installed]] | |||
[[No Telnet Port Set]] | [[No Telnet Port Set]] | ||
[[Known Eggdrop Errors]] | |||
[[Matchattr Tcl Command Issues]] | |||
== FAQ == | == FAQ == | ||
[[Eggdrop_Startup_Errors| Why won't my Eggdrop start?]] | |||
[[Dynamic_Bans| How do I stop Eggdrop from removing bans?]] | |||
[[Hostmasks]] | [[Hostmasks]] | ||
Line 27: | Line 46: | ||
[[Threaded DNS]] | [[Threaded DNS]] | ||
[[Timer_Drift| What does "timer drift - spun X minutes" mean?]] | |||
[[Tcl| What is Tcl?]] | |||
[[TermSignal| Eggdrop quit, and the last entry says "Received Terminal Signal"]] | |||
[[PBKDF2_transition| How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)]] | |||
== Tcl Examples == | |||
[[Setudef| Writing scripts that work only on selected channels]] | |||
[[MinutelyWho| Write a script that performs a /who on all channels]] | |||
[[EndOfWho| Writing a bind that triggers at the end of a 315 message (WHO listing)]] |
Revision as of 03:09, 23 September 2022
Welcome to EggWiki!
Setting Up Eggdrop
Running Multiple Eggdrops From One Directory
Using Eggdrop
Enabling CAP (IRCv3) Extensions
Common Errors
FAQ
How do I stop Eggdrop from removing bans?
What does "timer drift - spun X minutes" mean?
Eggdrop quit, and the last entry says "Received Terminal Signal"
How should I upgrade to PBKDF2 hashing from Blowfish? (1.9.0+)
Tcl Examples
Writing scripts that work only on selected channels
Write a script that performs a /who on all channels
Writing a bind that triggers at the end of a 315 message (WHO listing)