1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: replace freenode by libera in command examples

This commit is contained in:
Sébastien Helleu
2021-05-25 18:44:10 +02:00
parent e5f58b77c1
commit 7cc61cdbb3
37 changed files with 1092 additions and 1923 deletions
+1 -1
View File
@@ -86,6 +86,6 @@ spell_info_init ()
"spell_dict",
N_("comma-separated list of dictionaries used in buffer"),
N_("buffer pointer (\"0x12345678\") or buffer full name "
"(\"irc.freenode.#weechat\")"),
"(\"irc.libera.#weechat\")"),
&spell_info_info_spell_dict_cb, NULL, NULL);
}