[IRCServices Coding] coding... (svcs 5)

Sotiris Tsimbonis stsimb at irc.gr
Sat Dec 15 11:23:02 PST 2001


On Sat, 15 Dec 2001, Andrew Church wrote:
> >For services 5:
> >I believe code like this (from operserv/main.c: do_killclones() )
[...]
> >should exist in seperate functions like:
> >int kill_mask(const char *mask, const char *reason)
[...]
> >}
>
>      Not worth it.

Why not? Wouldn't this help code re-use in 3rd party modules? One wouldn't
have to re-invent the wheel, and if there was an error, it would only have
to be fixed in one place..

Sotiris.