]> arthur.barton.de Git - ngircd.git/commit
IRC_JOIN cleanups.
authorFlorian Westphal <fw@strlen.de>
Sat, 16 Feb 2008 11:21:33 +0000 (11:21 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
commit634ef8c13164321abeee37e9516cbfb71e0d0f2e
tree6efa564c14fbdb83cf3da100d1a7156108f80f64
parent4d152b771e17c23823af995f86912d1550f4c244
IRC_JOIN cleanups.

- put sending of mode and forwarding of JOIN to other clients
 into seperate function.
- put sending of topic/channel names into seperate function.
- put access check into seperate function.
- translate/remove remaining german comments.
- stop if JOIN to a channel in a list (JOIN #a,#,b,#c...) fails
(This doesn't change the behaviour: skip-to-next-channel-on-error
did never work as intended)
src/ngircd/irc-channel.c