]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/gline.h
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / gline.h
index 2824bdebd4dbd5790cb9706de85bb79e07672966..3f27c6e3fb8d288bfb85a28f06906c51be4950ec 100644 (file)
@@ -1,7 +1,7 @@
 /* gline.h - Gline database
  * Copyright 2001-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
@@ -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);