]> arthur.barton.de Git - ngircd-alex.git/commit
Fix sending of JOINs between servers.
authorRolf Eike Beer <eike@sf-mail.de>
Sun, 24 Feb 2008 18:57:38 +0000 (18:57 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
commit44cdf1b1cac5eba318b388312efd9f00206632f8
tree26a10230654db1d6dc7bbffa1d3031fd630fe1f5
parente710e8ae3757675b167c25a1fe8055f7f6ea354c
Fix sending of JOINs between servers.

This does hit only operators that join a channel with at least 2 servers active in the net
the server the oper connects to sends "channel^Go" to the other servers
the other server first searches for the channel and then strips the modes from the channel name
he has to do the other way round: first strip and then check the channel name.
ChangeLog
src/ngircd/irc-channel.c