]> arthur.barton.de Git - ngircd.git/commit
From: Rolf Eike Beer <eike@sf-mail.de>
authorFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 12:07:41 +0000 (12:07 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 12:07:41 +0000 (12:07 +0000)
commit55865d7fc608efe4e8f6da4577bd10cf50c46f95
treedfce104e933140661855c052998ebe032c607c23
parent082a92beef53fd26304c0dd059255d5eaba89f37
From: Rolf Eike Beer <eike@sf-mail.de>

Fix sending of JOINs between servers

I found a bug in "sending join 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