]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto-p10.c
update memoserv help
[irc/evilnet/x3.git] / src / proto-p10.c
index 1f82782f63b0b679ac8fa0936fb28917594acced..8ccc8e9aca306ee9a40dc8b73c1af27c3d992821 100644 (file)
@@ -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; n<nuf_used; n++)
         if (nuf_list[n](uNode))
             break;
+
+    if ((uNode->loc == 1) && (uNode->handle_info))
+        send_func_list(uNode);
+
     return uNode;
 }