mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
49_TBot_List.pm: corrected : new silentStart option
git-svn-id: https://svn.fhem.de/fhem/trunk@23468 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
45378d1642
commit
c016c602ea
@ -2,7 +2,7 @@
|
|||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
- change: 93_DbRep: set fastStart as default for TYPE Client
|
- change: 93_DbRep: set fastStart as default for TYPE Client
|
||||||
- bugfix: 93_DbRep: sumValue - create 0 instaed of '-' if value of DS is 0
|
- 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
|
- change: 49_TBot_List: chat/groupid can be added in start
|
||||||
- bugfix: 98_weekprofile: Log ccutype not defined (forum #1113306)
|
- bugfix: 98_weekprofile: Log ccutype not defined (forum #1113306)
|
||||||
- change: Device::Firmata removed, use CPAN version (forum #114552)
|
- change: Device::Firmata removed, use CPAN version (forum #114552)
|
||||||
|
@ -298,7 +298,7 @@ sub TBot_List_Set($@)
|
|||||||
# start uses a botname and an optional peer
|
# start uses a botname and an optional peer
|
||||||
$tpeer .= " ".$tchat if ( defined( $tchat ) );
|
$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 );
|
$ret = TBot_List_handler( $hash, $lstcmd, $tbot, $tpeer ) if ( ! $ret );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user