Tetra-WebBBS Support Forum

Re: Little issue with username
In Response To: Re: Little issue with username ()

: Better weird writing than weird programming

: if $username eq 'Kai ' { $username = 'Dolly'; }

Welllllllll...........
Of course you could play some tricks with "Kai "

in custom.pl add:

if ( ($tbb->{'get'}->{'md'} eq $QueryMode{'post'})
    && ($tbb->{'post'}->{'name'} eq "Kai ")
    ) {
    $tbb->{'post'}->{'name'} = 'Kai The Cheater';
}

That would correct his choice of a name :D

Enjoy.
Rainer