From: splidge Date: Thu, 3 Dec 2009 17:08:42 +0000 (+0000) Subject: Added missing ). X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/7c2d4ae7b79ff081c67ac895db9cca9f017f009e Added missing ). --- diff --git a/channel/channelbans.c b/channel/channelbans.c index 73738d47..fc86bc76 100644 --- a/channel/channelbans.c +++ b/channel/channelbans.c @@ -61,7 +61,7 @@ int nickmatchban(nick *np, chanban *bp, int visibleonly) { * clearing it to 0 if the user isn't sethosted or +x. Simplifies logic * later. */ - if (!(IsSetHost(np) || (IsAccount(np) && IsHideHost(np))) + if (!(IsSetHost(np) || (IsAccount(np) && IsHideHost(np)))) visibleonly=0; if ((bp->flags & CHANBAN_IP) && !visibleonly) {