No, i do see you posted it works on your vanilla etmain, but seeing as though we dont want Vanilla etmain, we havent bothered, if it doesnt work with etpub then i guess we will continue to live without it, was just seeing if there was something that was missed to get it to work.
ET Server Redirect problems
If you try etmain, and it works, then you will have a good indication that the mod is the problem. If it doesn’t work, then that means there is something wrong with your configuration, or a bug somewhere.
If you don’t want to get to the bottom of the problem, by all means, don’t 
edit:
Well, I tried with etpub, and redirect works fine for me. All I did was set sv_fullmsg as described in the readme.
Note that when the client gets a redirect, it will print
ERROR et://ip.ip.ip.ip:port
in the cosole. When things are working, it will then redirect correctly. This makes me think the client is the one that isn’t properly dealing with the redirect. Maybe an old cgame or ui dll floating around ?
edit #2: pure should take care of that, but that may happen later in the conneciton. Or perhaps the server has an old mp_bin.pk3 in the mod direcotry.
redirection requires UI code in order to work. mods should look at the 2.60 etmain ui code to see how its done.
here’s a couple hints:
} else if (Q_stricmp(name, "redirect") == 0) { // fretn
} else if( strlen( buf ) > 5 && !Q_stricmpn( buf, "ET://", 5 ) ) { // fretn
does anyone know if theres a way to have both a full message and a redirect ip…since they do show up in different places. It’d be nice to tell people what the ip is