summaryrefslogtreecommitdiff
path: root/scripts/mlock.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mlock.pl')
-rw-r--r--scripts/mlock.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mlock.pl b/scripts/mlock.pl
index bf2fd002..ed2fe52b 100644
--- a/scripts/mlock.pl
+++ b/scripts/mlock.pl
@@ -113,7 +113,7 @@ sub mlock_check_mode {
}
if ($modecmd ne "") {
- $channel->{server}->command("/mode $channame $modecmd$extracmd");
+ $channel->{server}->command("mode $channame $modecmd$extracmd");
}
}