removed the '/' in command()

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2915 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-09-11 23:26:46 +00:00 committed by cras
commit 3f57df52c8
3 changed files with 3 additions and 3 deletions

View file

@ -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");
}
}