X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0c835e0f71608e76dc4f5805233a79d6e6850c9f..42ab13d2dc3e039ee35394dfb323e6d051b9c5c6:/src/proto-p10.c?ds=sidebyside diff --git a/src/proto-p10.c b/src/proto-p10.c index 1f82782..8ccc8e9 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -18,6 +18,7 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "nickserv.h" #include "chanserv.h" #include "proto-common.c" @@ -2091,6 +2092,10 @@ AddUser(struct server* uplink, const char *nick, const char *ident, const char * for (n=0; nloc == 1) && (uNode->handle_info)) + send_func_list(uNode); + return uNode; }