1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Added /reload command

This commit is contained in:
Sebastien Helleu
2007-12-01 10:25:59 +01:00
parent 59fb878b77
commit d9755e237b
11 changed files with 241 additions and 40 deletions
+1 -3
View File
@@ -1219,10 +1219,8 @@ plugin_api_plugin_config_set (struct t_weechat_plugin *plugin,
return 0;
if (plugin_config_set (plugin->name, option_name, value))
{
plugin_config_write ();
return 1;
}
return 0;
}