-
Hi,
Periodically, the megahal.mod module seems to cause 1.6.21 to coredump:
eggdrop.log
```
[10:00:01] Writing user file...
[10:00:01] Writing channel file...
[10:01:58] * Last context: MegaHAL:meg…
-
` Error: Could not load 'rss-synd-settings.tcl file.' [15:25:33] Tcl error in file 'eggdrop.conf': [15:25:33] can't read "default": no such variable while executing "array set tmp $def…
-
I see trace-Functions and related functions called to many times, for example during startup of a bot:
https://github.com/eggheads/eggdrop/tree/cbb5dad2566a2b57d6cb8574724433b80827441d/src/mod/serv…
-
Add a bind or bind event to cover changing a channel setting. Ie, .chanset #channel +foo activates a bind for the foo channel setting.
For discussion: add to bind EVNT, or a new bind? I don't think…
-
Running eggdrop v1.8.1, on Darwin 16.5.0 (macOS 10.12.4). Only working make options are make static and make sdebug, yet neither are logging anything to explain while the eggdrop just dies. I added a …
wakco updated
7 years ago
-
**Describe the bug**
Any player can put the eng in the second (left hand) and disconnect from the game. The result is that the egg is not dropped and stays in the inventory
**To Reproduce**
Log i…
DrRek updated
6 months ago
-
Check which of http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/chat/eggdrop/patches/ are necessary, please also check what other distributions patch into eggdrop (gentoo, ports, macports, etc.).
-
```
[04:48:29] Lost connection while resolving hostname [127.0.0.1/46773]
[04:48:29] net: eof!(read) socket 15
[04:48:29] Lost connection while resolving hostname [127.0.0.1/52119]
[04:48:34] DNS …
-
Might be time to `#define NO_OLD_BOTNET` in eggdrop.h by default as this is still something from before eggdrop v1.3.
Need to precede this by double-checking no old botmessage commands are used anymo…
-
Currently eggdrop uses `atoi()` on some user controlled input.
Those inputs should be validated. Those (or all) `atoi()` calls should be replaced by `strtol()` / `strtoul()`.