1
0
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:
Sebastien Helleu
2007-12-08 00:34:17 +01:00
parent 1e2eacdfe5
commit 7b4af2b243
6 changed files with 184 additions and 53 deletions
+2
View File
@@ -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);