]> arthur.barton.de Git - ngircd-alex.git/commit
add and use Channel_IsModeless()
authorFlorian Westphal <fw@strlen.de>
Fri, 6 Mar 2009 23:13:25 +0000 (00:13 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 6 Mar 2009 23:13:25 +0000 (00:13 +0100)
commite9e7fc33f15d7ead5f547ebdfcc7836b75f54f83
tree6c7e96a39cf2ac417e5504b60074ad28143c26b4
parentc09742c5189802103900fc84ded42f4f84f27ae9
add and use Channel_IsModeless()

avoid "name[0] == '+'" where possible, having Channel_IsModeless()
makes things much more obvious.
src/ngircd/channel.h
src/ngircd/irc-channel.c
src/ngircd/irc-mode.c