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:
@@ -2050,7 +2050,7 @@ static NickTab sucks = { NULL };
|
||||
}
|
||||
}
|
||||
|
||||
if ((chan = prepare_command(&server, NULL, 3)))
|
||||
if ((chan = prepare_command(&server, NULL, PC_SILENT)))
|
||||
{
|
||||
cnick = next_nicklist(chan, NULL);
|
||||
/*
|
||||
@@ -2286,7 +2286,7 @@ int globtype = GLOB_MARK;
|
||||
NickList *cnick = NULL;
|
||||
ChannelList *chan = NULL;
|
||||
int server = from_server;
|
||||
chan = prepare_command(&server, NULL, 3);
|
||||
chan = prepare_command(&server, NULL, PC_SILENT);
|
||||
if (possible && (*possible == '#' || *possible == '&'))
|
||||
{
|
||||
int len = strlen(possible);
|
||||
|
||||
Reference in New Issue
Block a user