diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2006-09-18 22:32:33 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-09-18 22:32:33 +0000 |
commit | 8ca4e8544bcd8543afcca0d0af55dc00a6921cc8 (patch) | |
tree | 19d3e7e8ed4b36946383c147cdb3778e61a05358 /src/core/commands.h | |
parent | 9f0cd484e5a3442ee1ebb8daaf187bab87cb272f (diff) | |
download | irssi-8ca4e8544bcd8543afcca0d0af55dc00a6921cc8.zip |
Apply 05upgrade-check-binary.dpatch with some modifications.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4366 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 0dda9f61..c68c5b24 100644 --- a/src/core/commands.h +++ b/src/core/commands.h @@ -40,7 +40,8 @@ enum { 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_EVAL_MAX_RECURSE, /* eval hit recursion limit */ + CMDERR_PROGRAM_NOT_FOUND /* program not found */ }; /* Return the full command for `alias' */ |