diff --git a/fhem/CHANGED b/fhem/CHANGED index 60c119c12..07ffc37cd 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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) diff --git a/fhem/FHEM/49_TBot_List.pm b/fhem/FHEM/49_TBot_List.pm index e2640e963..b775c2a04 100644 --- a/fhem/FHEM/49_TBot_List.pm +++ b/fhem/FHEM/49_TBot_List.pm @@ -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 );