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:
@@ -35,7 +35,8 @@ enum color_attributes {
|
||||
REVERSE_COLOR, BOLD_COLOR, BLINK_COLOR, UNDERLINE_COLOR
|
||||
};
|
||||
|
||||
#define DONT_CARE 3
|
||||
/* prepare_command() flags */
|
||||
#define PC_SILENT 3
|
||||
#define PC_TOPIC 2
|
||||
#define NEED_OP 1
|
||||
#define NO_OP 0
|
||||
|
||||
Reference in New Issue
Block a user