Merged Irssi SVN (upcoming irssi 0.8.11).
[silc.git] / apps / irssi / src / core / commands.h
index 0b599f54c2c09e429eb99a1f73bd1c36b22f3fdf..c68c5b24b5a2dd8c59a63f9bdb08b28800201264 100644 (file)
@@ -37,7 +37,11 @@ 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 */
+       CMDERR_INVALID_CHARSET, /* invalid charset specification */
+       CMDERR_EVAL_MAX_RECURSE, /* eval hit recursion limit */
+       CMDERR_PROGRAM_NOT_FOUND /* program not found */
 };
 
 /* Return the full command for `alias' */