From 7e531cec7a80a3bc6cecb844d66ae5127f7e7a94 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 28 Jun 2000 17:15:37 +0000 Subject: Automatic command completion and a few other fixes. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@387 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fe-common/core/module-formats.c') diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 6f704e99..f7ff757f 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -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 } }; -- cgit v1.2.3