mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
Added config_reload event for IRC plugin
This commit is contained in:
@@ -135,6 +135,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin)
|
||||
return PLUGIN_RC_FAILED;
|
||||
|
||||
irc_create_directories ();
|
||||
|
||||
weechat_hook_event ("config_reload", irc_config_reload, NULL);
|
||||
|
||||
//irc_server_auto_connect (1, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user