Replace 'hook' and 'noisy' flags in functions downstream of send_text() with !(stxt_flags & STXT_QUIET)
This is in preparation for consolidating the various send_text() options into one set of consistent flags.
This commit is contained in:
@@ -1250,7 +1250,7 @@ char *new_str;
|
||||
else
|
||||
put_it("%s", convert_output_format(fget_string_var(FORMAT_SEND_MSG_FSET), "%s %s %s %s", update_clock(GET_TIME), to, get_server_nickname(from_server), new_str));
|
||||
if ((*to == '=') && dcc_activechat(to+1))
|
||||
dcc_chat_transmit(to+1, new_str, new_str, "PRIVMSG", 1);
|
||||
dcc_chat_transmit(to+2, new_str, new_str, "PRIVMSG", 0);
|
||||
else
|
||||
send_to_server("PRIVMSG %s :%s", to, new_str);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user