eggdrop
eggdrop copied to clipboard
The Eggdrop IRC Bot
The Context() calls have mostly been removed from the core to a point where the last context is completely useless, it is almost always tclhash.c's bind calling function. We discussed...
there are some strings printed by configure, that are not properly formatted, like https://github.com/eggheads/eggdrop/blob/6f965acd1310aba05f3cfd54dbc732c4e3765775/aclocal.m4#L1262 autoconf can help formatting such text (no need to pad with whitespace or newline, default width...
Last ten lines from my log file: [2021071626301864T15:31:04] Module unloaded: dns [2021071626301864T15:31:04] LANG: Section unloaded: console [2021071626301864T15:31:04] Module unloaded: console [2021071626301864T15:31:04] LANG: Section unloaded: assoc [2021071626301864T15:31:04] Module unloaded: assoc [2021071626301864T15:31:04]...
Hello... I am a Eggdrop user for at least 14 years and something that amused me is the fact that Eggdrop doesn't rely on xx_XX for a language setting, such...
Found by: michaelortmann Patch by: michaelortmann Fixes: #1218 One-line summary: fix several `net-type` bugs Additional description (if needed): `net-type` must be traced only in irc.mod and from there server.mod is...
Currently eggdrops code is full of variable tracings for: TCL_TRACE_READS | TCL_TRACE_WRITES | TCL_TRACE_UNSETS the tracing functions mostly (or all?) are only interested if a var is set or changed...
i didnt look up when exactly the bug was introduced. the problem is, when we do set (or change) net-type, eggdrop has two traces on that variable. one in irc.c,...
Found by: wakco Patch by: michaelortmann Fixes: #377 and #664 One-line summary: Fix structhack with sane code, sanitize struct data types and replace rand() with random() Additional description (if needed):...
I dont know the exact status of 005 support within eggdrop. Pls bear with me if this is not a valid Issue but simply missing functionality that would be implemented...
Several years that I am often confronted with some annoying things: IRC / Private message triggers and colors / bold / underline / style If I want to do this...