98_help.pm: add fhem.pl to output
git-svn-id: https://svn.fhem.de/fhem/trunk@30221 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -28,6 +28,10 @@ sub CommandHelp {
|
||||
|
||||
my ($mod,$lang) = split(" ",$arg);
|
||||
|
||||
if (lc($mod) eq 'fhem.pl') {
|
||||
return "<html><b>Module:</b> fhem.pl <b>Maintainer:</b> rudolfkoenig <b>Forum:</b> Sonstiges</html>";
|
||||
}
|
||||
|
||||
$lang //= AttrVal('global','language','en');
|
||||
$lang = (lc($lang) eq 'de') ? '_DE' : '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user