mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 01:32:22 -05:00
the same for outbound /saveconf
This commit is contained in:
parent
f867949426
commit
2d0144500c
@ -2885,11 +2885,11 @@ cmd_saveconf (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||||||
{
|
{
|
||||||
if (save_config ())
|
if (save_config ())
|
||||||
{
|
{
|
||||||
PrintText (sess, "Preferences have been saved successfully.\n");
|
PrintText (sess, "Settings have been saved successfully.\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
PrintText (sess, "Error saving preferences.\n");
|
PrintText (sess, "Error saving settings.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user