X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d82cf2f04a924c6531bde34c6557038880da9c73..06742a38f2b752d776bb3e35dc7d1f5061de9ceb:/src/proto.h diff --git a/src/proto.h b/src/proto.h index 055c8b3..a421616 100644 --- a/src/proto.h +++ b/src/proto.h @@ -5,7 +5,7 @@ * * 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -147,6 +147,7 @@ void irc_topic(struct userNode *service, struct userNode *who, struct chanNode * void irc_fetchtopic(struct userNode *from, const char *to); void irc_svsjoin(struct userNode *from, struct userNode *who, struct chanNode *to); void irc_svspart(struct userNode *from, struct userNode *who, struct chanNode *to); +void irc_svsquit(struct userNode *from, struct userNode *who, char *reason); /* network maintenance */ void irc_silence(struct userNode *who, const char *mask, int add);