eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

Likely bug: delhost_by_handle() vs. delaccount_by_handle() in mod API

Open michaelortmann opened this issue 1 year ago • 0 comments

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

michaelortmann avatar Apr 22 '24 23:04 michaelortmann