From f4d06908d41db819a91d3d14dc9435b16ee4a4e4 Mon Sep 17 00:00:00 2001 From: viegener Date: Mon, 4 Jan 2021 13:18:13 +0000 Subject: [PATCH] 49_TBot_List.pm: corrected : new silentStart option git-svn-id: https://svn.fhem.de/fhem/trunk@23468 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 +- fhem/FHEM/49_TBot_List.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 );