diff options
Diffstat (limited to 'src/core/commands.h')
-rw-r--r-- | src/core/commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/commands.h b/src/core/commands.h index 0b599f54..bdc8755d 100644 --- a/src/core/commands.h +++ b/src/core/commands.h @@ -37,7 +37,8 @@ enum { CMDERR_CHAN_NOT_FOUND, /* channel not found */ CMDERR_CHAN_NOT_SYNCED, /* channel not fully synchronized yet */ CMDERR_ILLEGAL_PROTO, /* requires different chat protocol than the active server */ - CMDERR_NOT_GOOD_IDEA /* not good idea to do, -yes overrides this */ + CMDERR_NOT_GOOD_IDEA, /* not good idea to do, -yes overrides this */ + CMDERR_INVALID_TIME /* invalid time specification */ }; /* Return the full command for `alias' */ |