From db5610a5640749ab7dafab82c1ef1553f3d78615 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 9 Dec 2018 06:43:55 +0000 Subject: Use consistent numerics when a mode already exists or doesn't exist. --- include/numerics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/numerics.h b/include/numerics.h index 343f88252..8b574b249 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -158,6 +158,8 @@ enum RPL_SYNTAX = 650, // insp-specific ERR_INVALIDMODEPARAM = 696, // insp-specific + ERR_LISTMODEALREADYSET = 697, // insp-specific + ERR_LISTMODENOTSET = 698, // insp-specific RPL_OTHERUMODEIS = 803, // insp-specific RPL_OTHERSNOMASKIS = 804, // insp-specific -- cgit v1.2.3