]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto.h
Added tempshun support to OpServ trace and addalert
[irc/evilnet/x3.git] / src / proto.h
index e55580d94733a99c8c6c565e316047663f3f5d22..75a5e2498acb17d68759eb71b9439fb691f704cb 100644 (file)
@@ -159,6 +159,7 @@ 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);
+void irc_tempshun(struct userNode *from, struct userNode *target, int remove, const char *reason);
 void irc_privs(struct userNode *target, char *flag, int add);
 void irc_raw_privs(struct userNode *target, const char *privs);