]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto-p10.c
See changelog
[irc/evilnet/x3.git] / src / proto-p10.c
index 62e25078d702dd3bcf587f40ae46c5f2dcc02af2..0393b069c90835006ee6ad602b23efc86218dfb4 100644 (file)
@@ -1951,6 +1951,7 @@ AddService(const char *nick, const char *modes, const char *desc, const char *ho
     if (!hostname)
         hostname = self->name;
     make_numeric(self, local_num, numeric);
+    /* TODO: Make these modes part of the conf file */
     return AddUser(self, nick, nick, hostname, modes ? modes : "+oik", numeric, desc, now, "AAAAAA");
 }