X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..b3052f71af4ef0db30d270ce3a0f969bc4e7bb97:/src/proto.h diff --git a/src/proto.h b/src/proto.h index fcbc8b0..a4f8546 100644 --- a/src/proto.h +++ b/src/proto.h @@ -140,6 +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_silence(struct userNode *who, const char *mask, int add); 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); @@ -150,6 +151,7 @@ void irc_kill(struct userNode *from, struct userNode *target, const char *messag void irc_raw(const char *what); void irc_stats(struct userNode *from, struct server *target, char type); void irc_svsnick(struct userNode *from, struct userNode *target, const char *newnick); +void irc_swhois(struct userNode *from, struct userNode *target, const char *message); /* account maintenance */ void irc_rename(struct userNode *user, const char *new_handle);