X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/dfaa28a4e56e833f042a2e59c206efb6d31acd72..763de7014996b16d25ce108aa802902115a7c5dd:/src/chanserv.h diff --git a/src/chanserv.h b/src/chanserv.h index 670e312..05f21fc 100644 --- a/src/chanserv.h +++ b/src/chanserv.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, @@ -226,5 +226,6 @@ void process_adduser_pending(struct userNode *user); void wipe_adduser_pending(struct chanNode *channel, struct userNode *user); int check_bans(struct userNode *user, const char *channel); +int trace_check_bans(struct userNode *user, struct chanNode *chan); #endif