Updated the bundled scripts to their latest version (#143)

Updated the bundled scripts to their latest version (#143)

Removed sb_search.pl which is not contributed into the script archive, I
will poke coekie about it.
This commit is contained in:
Geert Hauwaerts 2015-06-12 19:40:15 +02:00
commit a663d2f674
10 changed files with 142 additions and 222 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");
}
}