opendchub script problem

R

Raidenji

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
 
A

Anno Siegel

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

[...]

What do you mean when you say "hide user input"?

If you want the user to be able to type input without a terminal
echo, you may have a Perl question, and "perldoc -q password" may
answer it.

If the problem is that opendchup echoes back the user input, that has
nothing to do with Perl. You should ask the author(s), after having
studied the supplied documentation.

Anno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top