eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

Code duplication

Open michaelortmann opened this issue 1 year ago • 0 comments

https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/cmds.c#L906-L913

https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/cmds.c#L1264-L1268

src/mod/server.mod/server.c](https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/tcluser.c#L411-L420)

The code is slightly different but looks like it does the very same and should be de-duplicated.

michaelortmann avatar Jun 13 '24 12:06 michaelortmann