]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto.h
whoops
[irc/evilnet/x3.git] / src / proto.h
index 6c4a9373207748fdeb1f2bb8fe3f3e41be0d772e..a4f85465ae67fd8db6af950b3004573e256bd86e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * 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
  * (at your option) any later version.
@@ -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);