From 3f57df52c895a442fa81808afa98761f1739ef8b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 11 Sep 2002 23:26:46 +0000 Subject: removed the '/' in command() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2915 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- scripts/mlock.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mlock.pl') 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"); } } -- cgit v1.2.3