Change instances of open-coded "3" in calls to prepare_command() with PC_SILENT macro.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@137 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2011-09-06 06:48:57 +00:00
parent 02e4ced684
commit 736777bea3
7 changed files with 17 additions and 16 deletions

View File

@@ -527,7 +527,7 @@ BanList *b;
{
if (!(channel = make_channel(channel)))
return;
if (!(new = prepare_command(&server, channel, 3)))
if (!(new = prepare_command(&server, channel, PC_SILENT)))
if ((channel && !(new1 = check_whowas_chan_buffer(channel, -1, 0))))
return;
}
@@ -631,7 +631,7 @@ put_it("%s", convert_output_format("IRCops %K[%W$[3]0%K]%w$1-", "%d %s", num
}
else
{
if (!(new = prepare_command(&server, channel, 3)))
if (!(new = prepare_command(&server, channel, PC_SILENT)))
if ((channel && !(new1 = check_whowas_chan_buffer(channel, -1, 0))))
return;
}