Fix bug #136 - !broadcast does not report status back to to sender.

This commit is contained in:
Jan Vidar Krey 2010-06-07 15:41:07 +02:00
parent ac5811633e
commit 0810982b57
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ static int command_broadcast(struct hub_info* hub, struct hub_user* user, struct
}
snprintf(buffer, sizeof(buffer), "*** %s: Delivered to " PRINTF_SIZE_T " user%s", cmd->prefix, recipients, (recipients != 1 ? "s" : ""));
send_message(hub, user, buffer);
return 0;
#endif
}