diff options
author | Timo Sirainen <cras@irssi.org> | 2001-09-18 15:37:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-09-18 15:37:07 +0000 |
commit | 0abee30dc29da8c729c705034321e987b20c40f4 (patch) | |
tree | 1a772c0629bee9a35750ced4bec99fd41e0f6d17 /src/fe-common/core/module-formats.c | |
parent | 56b7f5ecbfebcb6ec7fa3eaf14a67c48129b5a27 (diff) | |
download | irssi-0abee30dc29da8c729c705034321e987b20c40f4.zip |
"Unknown chat network" error now tells to create it with /IRCNET ADD
(..which is a bit wrong with non-IRC..)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1799 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 6018d2cb..a7925997 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -234,7 +234,7 @@ FORMAT_REC fecommon_core_formats[] = { { NULL, "Misc", 0 }, { "unknown_chat_protocol", "Unknown chat protocol: $0", 1, { 0 } }, - { "unknown_chatnet", "Unknown chat network: $0", 1, { 0 } }, + { "unknown_chatnet", "Unknown chat network: $0 (create it with /IRCNET ADD)", 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 } }, |