eggdrop
eggdrop copied to clipboard
Likely bug: delhost_by_handle() vs. delaccount_by_handle() in mod API
Same function twice. Is this intended?
https://github.com/eggheads/eggdrop/blob/426f33f7a93ff665c9e19bb172d570224c5f3671/src/modules.c#L255
https://github.com/eggheads/eggdrop/blob/426f33f7a93ff665c9e19bb172d570224c5f3671/src/modules.c#L624
Here its not twice:
https://github.com/eggheads/eggdrop/blob/426f33f7a93ff665c9e19bb172d570224c5f3671/src/mod/module.h#L157
https://github.com/eggheads/eggdrop/blob/426f33f7a93ff665c9e19bb172d570224c5f3671/src/mod/module.h#L521
And here code using it:
https://github.com/eggheads/eggdrop/blob/426f33f7a93ff665c9e19bb172d570224c5f3671/src/mod/share.mod/share.c#L669