> I am messing with do_who trying to manual code in
> pretitles for me and my other coder, but when i get it
> all up i get the pretitle but nothing after it...does
> anyone know what my problem might be? Here is what i
> have here..
>
> if (!str_cmp(wch->name,"Cuthbert") ||
> (!str_cmp(wch->name,"Pallock")))
> {
<SNIPPED>
> add_buf(output,buf);
> }
> else
> {
> sprintf( buf, "{D[ {w%3d {W%6s
> {R%s {D]{x %s%s%s%s%s%s%s%s{x\n\r",
<SNIPPED>
> add_buf(output,buf);
> }
> AFK{w]{x " : "",
notice anything wrong with the above code?
if my name is this do the following else do this...
so you dont want the name and all the rest if your name is this?
Steve, stuck at work....