Use RPL_QUIETLIST and RPL_ENDOFQUIETLIST instead of RPL_BANLIST and

RPL_ENDOFBANLIST for channel mode +q.
This commit is contained in:
Alexander F?r?y 2010-02-27 01:08:41 +01:00
parent 497c263d8f
commit 51027be825
3 changed files with 8 additions and 8 deletions

View file

@ -349,6 +349,9 @@ extern const char *form_str(int);
#define RPL_NOTESTLINE 726
#define RPL_TESTMASKGECOS 727
#define RPL_QUIETLIST 728
#define RPL_ENDOFQUIETLIST 729
#define RPL_MONONLINE 730
#define RPL_MONOFFLINE 731
#define RPL_MONLIST 732