From be6ba53fa47bc546279a2575523281845fe80da9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 17 Feb 2001 19:44:22 +0000 Subject: Config file: ircnets -> chatnets, added type = "chat protocol" to chatnet config. Moved reading chatnets to core. Lots of other multiprotocol updates. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1237 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 1 + 1 file changed, 1 insertion(+) (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 6c1dd5bc..9694b541 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -207,6 +207,7 @@ FORMAT_REC fecommon_core_formats[] = { /* ---- */ { NULL, "Misc", 0 }, + { "unknown_chatnet", "Unknown chat network: $0", 1, { 0 } }, { "not_toggle", "Value must be either ON, OFF or TOGGLE", 0 }, { "perl_error", "Perl error: $0", 1, { 0 } }, { "bind_key", "$[10]0 $1 $2", 3, { 0, 0, 0 } }, -- cgit v1.2.3