problem in perl script for opendchub

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raidenji

    problem in perl script for opendchub

    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($u ser,$touser,$ty pe,"<*> $user$cmd $command[-1]");

    }

    thanks.



    Raidenji


Working...