Change the channel mode flags from const ints in names.c to #define macros in names.h.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@134 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2011-08-30 14:50:42 +00:00
parent 3f8952f20a
commit c89a718fa1
5 changed files with 15 additions and 21 deletions

View File

@@ -100,8 +100,6 @@ extern char attach_ttyname[];
char *org_nick = NULL;
static int delay_gain_nick (void *, char *);
extern int MODE_TOPIC, MODE_MODERATED, MODE_ANONYMOUS, MODE_INVITE,
MODE_MSGS, MODE_SECRET, MODE_PRIVATE, MODE_KEY, MODE_LIMIT;
BUILT_IN_COMMAND(nwhois)
{