X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-channel.c;h=d714b48fcb8e3d28aed8cb2101bc6e452295290b;hp=5ea108ad8712d142814d5cac603e13f1d1186149;hb=33fae67579eeab31d7f96f9e53f0529f584b0b1f;hpb=391aa8d1f714d5dc2fc1b47ec466082169ef2177 diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index 5ea108ad..d714b48f 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -82,7 +82,7 @@ static bool join_allowed(CLIENT *Client, CHANNEL *chan, const char *channame, const char *key) { - bool is_invited, is_banned, is_exception;; + bool is_invited, is_banned, is_exception; const char *channel_modes; /* Allow IRC operators to overwrite channel limits */