mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Automatic command completion and a few other fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@387 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dd7ce4af23
commit
7e531cec7a
11 changed files with 195 additions and 119 deletions
|
|
@ -66,7 +66,15 @@ enum {
|
|||
IRCTXT_PERL_ERROR,
|
||||
IRCTXT_OPTION_UNKNOWN,
|
||||
IRCTXT_OPTION_AMBIGUOUS,
|
||||
IRCTXT_OPTION_MISSING_ARG
|
||||
IRCTXT_OPTION_MISSING_ARG,
|
||||
IRCTXT_COMMAND_UNKNOWN,
|
||||
IRCTXT_COMMAND_AMBIGUOUS,
|
||||
IRCTXT_NOT_ENOUGH_PARAMS,
|
||||
IRCTXT_NOT_CONNECTED,
|
||||
IRCTXT_NOT_JOINED,
|
||||
IRCTXT_CHAN_NOT_FOUND,
|
||||
IRCTXT_CHAN_NOT_SYNCED,
|
||||
IRCTXT_NOT_GOOD_IDEA
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_core_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue