send_help
send_help(void),
{ "?", "Display send options", 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
{ "help", NULL, 0, 0, (int (*)(char *, ...))send_help, 0, 0 },
if ((void *)s->handler == (void *)send_help) {
send_help();