예제 #1
0
     vsnprintf(buf, BUFSIZE - 1, fmt, args);
     va_end(args);
 }
 ircdproto.ircd_cmd_211(buf);
예제 #2
0
파일: ircd.c 프로젝트: Elemental-IRCd/anope
void anope_cmd_global_legacy(char *source, char *fmt)
{
    ircdproto.ircd_cmd_global_legacy(source, fmt);
}