From fef580ed7faaba17e2c8fea504b8587850502220 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 14 Jun 2014 12:07:47 -0400 Subject: Rewrite identd - Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding --- src/common/hexchat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/hexchat.c') diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 021c5838..71ea9791 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -42,6 +42,7 @@ #include "ignore.h" #include "hexchat-plugin.h" #include "plugin.h" +#include "plugin-identd.h" #include "plugin-timer.h" #include "notify.h" #include "server.h" @@ -388,6 +389,7 @@ irc_init (session *sess) done_init = TRUE; plugin_add (sess, NULL, NULL, timer_plugin_init, NULL, NULL, FALSE); + plugin_add (sess, NULL, NULL, identd_plugin_init, identd_plugin_deinit, NULL, FALSE); #ifdef USE_PLUGIN if (!arg_skip_plugins) -- cgit 1.4.1