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
|
|
@ -94,6 +94,14 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "option_unknown", "Unknown option: $0", 1, { 0 } },
|
||||
{ "option_ambiguous", "Ambiguous option: $0", 1, { 0 } },
|
||||
{ "option_missing_arg", "Missing required argument for: $0", 1, { 0 } },
|
||||
{ "command_unknown", "Unknown command: $0", 1, { 0 } },
|
||||
{ "command_ambiguous", "Ambiguous command: $0", 1, { 0 } },
|
||||
{ "not_enough_params", "Not enough parameters given", 0 },
|
||||
{ "not_connected", "Not connected to IRC server yet", 0 },
|
||||
{ "not_joined", "Not joined to any channels yet", 0 },
|
||||
{ "chan_not_found", "Not joined to such channel", 0 },
|
||||
{ "chan_not_synced", "Channel not fully synchronized yet, try again after a while", 0 },
|
||||
{ "not_good_idea", "Doing this is not a good idea. Add -YES if you really mean it", 0 },
|
||||
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue