eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

The Eggdrop IRC Bot

Results 344 eggdrop issues
Sort by recently updated
recently updated
newest added

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Add `%f` specifier for `timestamp-format` Additional description (if needed): I always wanted to have the possibility to let eggdrop log showing...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Yet another tiny cleanup: #define strncpyz strlcpy directly in header file Additional description (if needed): Test cases demonstrating functionality (if applicable):

I see the following log after jumping to a server: ``` [23:27:34] [@] zen.localdomain 001 linux :Welcome to the AthemeNET Internet Relay Chat Network linux [23:27:34] [!s] WHOIS linux [23:27:34]...

``` gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -I/usr/local/include -DHAVE_CONFIG_H -I/usr/local/include/tcl8.6 -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../ .././server.mod/server.c: In function...

issue: the bot cannot msg to the channel, it reports that the channel is moderated, but it's not. ``` .say #mychannel hello! :) Cannot say to #mychannel: It is moderated....

Hello, **This is what DEBUG.txt says:** ``` Debug (eggdrop v1.8.0+infiniteinfo) written Mon Jan 26 09:39:00 2015 Full Patch List: CVS 1412277709 infiniteinfo Tcl library: /usr/share/tcltk/tcl8.5 Tcl version: 8.5.11 (header version...

type: investigate

Yesterday got two crashes, both with 1.9.1, one bot somehow survived, after using .channel command. This happened during netsplit. _***** means it's redacted_ From partyline - first bot: ``` .channel...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Cleanup irc.mod / string copy Additional description (if needed): Test cases demonstrating functionality (if applicable): No functional change.

i propose, we create a new sub folder in doc/ and move the txt doc files that currrently are directly under doc/ into that new folder and we rename them...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: `sys/socket.h` and `netinet/in.h` are included by `eggdrop.h`, so, anything including `eggdrop.h` directly or indirectly doesnt need to include `sys/socket.h` explicitely. Additional...