--- ircii-4.4Z/source/names.c.fixrejoin Thu Aug 31 13:11:42 2000 +++ ircii-4.4Z/source/names.c Fri Nov 2 13:58:48 2001 @@ -188,6 +188,7 @@ { new->server = server; clear_channel(new); + new->status = 0; } if (copy) { --- ircii-4.4Z/source/irc.c.fixrejoin Fri Nov 2 14:08:11 2001 +++ ircii-4.4Z/source/irc.c Fri Nov 2 14:08:27 2001 @@ -32,7 +32,7 @@ * SUCH DAMAGE. */ -#define IRCII_VERSION "4.4Z" +#define IRCII_VERSION "4.4Z-rmk" /* * INTERNAL_VERSION is the number that the special alias $V returns.