]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto.h
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / proto.h
index b65b73614515b8c02b77bdb49b3921c67b127365..8b7b15cd46d376051868f6b0c22a2240346c7f9a 100644 (file)
@@ -140,7 +140,7 @@ void irc_topic(struct userNode *service, struct userNode *who, struct chanNode *
 void irc_fetchtopic(struct userNode *from, const char *to);
 
 /* network maintenance */
-void irc_gline(struct server *srv, struct gline *gline);
+void irc_gline(struct server *srv, struct gline *gline, int silent);
 void irc_shun(struct server *srv, struct shun *shun);
 void irc_settime(const char *srv_name_mask, time_t new_time);
 void irc_ungline(const char *mask);