49_TBot_List.pm: corrected : new silentStart option

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23468 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
viegener 2021-01-04 13:18:13 +00:00
parent a401b68735
commit 4522551694
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Do not insert empty lines here, update check depends on it.
- change: 93_DbRep: set fastStart as default for TYPE Client
- bugfix: 93_DbRep: sumValue - create 0 instaed of '-' if value of DS is 0
- feature: 49_TBot_List: new silentStrt option
- feature: 49_TBot_List: new silentStart option
- change: 49_TBot_List: chat/groupid can be added in start
- bugfix: 98_weekprofile: Log ccutype not defined (forum #1113306)
- change: Device::Firmata removed, use CPAN version (forum #114552)

View File

@ -298,7 +298,7 @@ sub TBot_List_Set($@)
# start uses a botname and an optional peer
$tpeer .= " ".$tchat if ( defined( $tchat ) );
my $lstcmd = ($cmd eq 'silentStart')?"list":"listsilent";
my $lstcmd = ($cmd eq 'silentStart')?"listsilent":"list";
$ret = TBot_List_handler( $hash, $lstcmd, $tbot, $tpeer ) if ( ! $ret );