mirror of
https://github.com/webmin/webmin.git
synced 2026-09-20 04:20:39 +01:00
Fix direct message function
This commit is contained in:
@@ -12,7 +12,7 @@ my $msg;
|
||||
if ($in{'msg'}) {
|
||||
# Send a message
|
||||
$in{'text'} =~ /\S/ || &error($text{'conn_etext'});
|
||||
&send_server_command("/say $in{'name'} $in{'text'}");
|
||||
&send_server_command("/msg $in{'name'} $in{'text'}");
|
||||
$msg = $text{'conn_msgdone'};
|
||||
}
|
||||
elsif ($in{'kill'}) {
|
||||
|
||||
Reference in New Issue
Block a user