package Perl::Community::DE; sub user{ my ($nick) = @_; if($nick eq 'webmaster'){ $nick = 'Strat'; } return $nick; } 1;