X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d914d1cbfd541d1c1302ac989a8c5b7d57d25f55..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/proto.h diff --git a/src/proto.h b/src/proto.h index b65b736..8b7b15c 100644 --- a/src/proto.h +++ b/src/proto.h @@ -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);