Esempio n. 1
0
void xanadu_cmd_318(char *source, char *who)
{
    ircdproto.ircd_cmd_318(source, who);
}

void xanadu_cmd_242(const char *fmt, ...)
{
    va_list args;
    char buf[BUFSIZE];
    *buf = '\0';
    if (fmt) {