]> arthur.barton.de Git - ngircd.git/commitdiff
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)
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.


No differences found