problem in perl script for opendchub

From: Raidenji (raidenji_at_bellsouth.net)
Date: 10/29/03

  • Next message: Vumani Dlamini: "converting text data"
    Date: Tue, 28 Oct 2003 23:57:04 -0500
    
    

    is there a way to hide user input in a script for opendchub?

    the command is just like the me command in IRC.

    but i want to be able to only show the output.

    here is the code i'm using

    } elsif ($command[1] =~ /^[\+-\/]me/i) {

    ($cmd) = ($command[1] =~ /^[\+-\/]me(.*)$/);

    &sendmessage($user,$touser,$type,"<*> $user$cmd $command[-1]");

    }

    thanks.

    Raidenji


  • Next message: Vumani Dlamini: "converting text data"

    Relevant Pages