]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/gline.h
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / src / gline.h
index d3078b83fc9d243a75a9d072b7ab53db6ae1a21a..d84a8416442e6b169f9ceb76c84eb7a338d7aee6 100644 (file)
@@ -3,9 +3,9 @@
  *
  * This file is part of x3.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -43,7 +43,7 @@ struct gline_discrim {
 };
 
 void gline_init(void);
-struct gline *gline_add(const char *issuer, const char *target, unsigned long duration, const char *reason, time_t issued, int announce);
+struct gline *gline_add(const char *issuer, const char *target, unsigned long duration, const char *reason, time_t issued, int announce, int silent);
 struct gline *gline_find(const char *target);
 int gline_remove(const char *target, int announce);
 void gline_refresh_server(struct server *srv);
@@ -55,3 +55,4 @@ struct gline_discrim *gline_discrim_create(struct userNode *user, struct userNod
 unsigned int gline_discrim_search(struct gline_discrim *discrim, gline_search_func gsf, void *data);
 
 #endif /* !defined(GLINE_H) */
+