mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
spelling: anymore
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
d3ceabf5de
commit
ef107fd66d
@@ -6095,7 +6095,7 @@ IRC_COMMAND_CALLBACK(server)
|
||||
|
||||
weechat_printf (
|
||||
NULL,
|
||||
_("%s: server %s%s%s is not temporary any more"),
|
||||
_("%s: server %s%s%s is not temporary anymore"),
|
||||
IRC_PLUGIN_NAME,
|
||||
IRC_COLOR_CHAT_SERVER,
|
||||
argv[2],
|
||||
|
||||
@@ -489,7 +489,7 @@ irc_upgrade_read_cb (const void *pointer, void *data,
|
||||
if (str)
|
||||
irc_upgrade_current_server->isupport = strdup (str);
|
||||
/*
|
||||
* "prefix" is not any more in this infolist (since
|
||||
* "prefix" is not anymore in this infolist (since
|
||||
* WeeChat 0.3.4), but we read it to keep compatibility
|
||||
* with old WeeChat versions, on /upgrade)
|
||||
*/
|
||||
@@ -806,7 +806,7 @@ irc_upgrade_read_cb (const void *pointer, void *data,
|
||||
if (ptr_nick)
|
||||
{
|
||||
/*
|
||||
* "flags" is not any more in this infolist (since
|
||||
* "flags" is not anymore in this infolist (since
|
||||
* WeeChat 0.3.4), but we read it to keep compatibility
|
||||
* with old WeeChat versions, on /upgrade)
|
||||
* We try to restore prefixes with old flags, but
|
||||
|
||||
Reference in New Issue
Block a user