Correctly skip non-servers when evaluating C-rules.
authorMichael Poole <mdpoole@troilus.org>
Fri, 1 Jun 2012 01:21:28 +0000 (21:21 -0400)
committerMichael Poole <mdpoole@troilus.org>
Fri, 1 Jun 2012 01:21:28 +0000 (21:21 -0400)
commitdc84c4782beab4f9ed5e63f988fc9e4c73141da0
tree99c3247ca1f357ede956548dd02fa876f60092e2
parent9a5a983eb43fc918ad5835622afa382817b3ecc5
Correctly skip non-servers when evaluating C-rules.

IsMe(acptr) implies !IsServer(acptr), contrary to the apparent
assumption in crule_connected() and crule_via().
ChangeLog
ircd/crule.c