summaryrefslogtreecommitdiff
path: root/scripts/mlock.pl
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-09-11 23:26:46 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-09-11 23:26:46 +0000
commit3f57df52c895a442fa81808afa98761f1739ef8b (patch)
tree159e08e8cd39dcf4fc7a2aba6f0737704f91420b /scripts/mlock.pl
parent43201b2e9cc22bd3fb5fd1ccc846bc8a3ec0fb26 (diff)
downloadirssi-3f57df52c895a442fa81808afa98761f1739ef8b.zip
removed the '/' in command()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2915 dbcabf3a-b0e7-0310-adc4-f8d773084564
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");
}
}