Update of /srv/cvs/ngircd/ngircd/src/ngircd In directory Arthur:/tmp/cvs-serv18446/src/ngircd Modified Files: Tag: branch-0-11-x irc-channel.c Log Message: 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. Diff omitted, please use cvs directly or the web frontend located at <http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.