problem in perl script for opendchub
From: Raidenji (raidenji_at_bellsouth.net)
Date: 10/29/03
- Previous message: Levi Bennett: "Game Port Snooping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Levi Bennett: "Game Port Snooping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|