]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto-p10.c
See changelog
[irc/evilnet/x3.git] / src / proto-p10.c
index 39348bcf3bed6208d8672e77866fd28e8ace34e1..0393b069c90835006ee6ad602b23efc86218dfb4 100644 (file)
@@ -1,7 +1,7 @@
 /* proto-p10.c - IRC protocol output
  * Copyright 2000-2004 srvx Development Team
  *
- * This file is part of srvx.
+ * This file is part of x3.
  *
  * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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");
 }