1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Add some API functions in Developer guide

This commit is contained in:
Sebastien Helleu
2008-11-10 18:05:48 +01:00
parent 10e3fb5143
commit 861bc2fbfd
6 changed files with 1142 additions and 90 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
irc_server_auto_connect (auto_connect);
irc_hook_timer = weechat_hook_timer (1 * 1000, 0, 0,
&irc_server_timer_cb, NULL);
&irc_server_timer_cb, NULL);
return WEECHAT_RC_OK;
}