Add an error message if a ban mask is invalid.
This is given if the ban mask is too long, it is an invalid extban or the forward channel is invalid and no other message has been given about that.
This commit is contained in:
parent
f2edb2be59
commit
be0365e152
3 changed files with 27 additions and 7 deletions
|
@ -365,6 +365,7 @@ extern const char *form_str(int);
|
|||
#define RPL_ENDOFRSACHALLENGE2 741
|
||||
|
||||
#define ERR_MLOCKRESTRICTED 742
|
||||
#define ERR_INVALIDBAN 743
|
||||
|
||||
#define RPL_SCANMATCHED 750
|
||||
#define RPL_SCANUMODES 751
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue