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:
@@ -1883,7 +1883,7 @@ int got_info(char *chan, int server, int type)
|
||||
|
||||
if ((tmp->gotinfo |= type) == what_info)
|
||||
{
|
||||
if (prepare_command(&tmp->server, chan, 3))
|
||||
if (prepare_command(&tmp->server, chan, PC_SILENT))
|
||||
show_channel_sync(tmp, chan);
|
||||
remove_from_join_list(chan, tmp->server);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user