change fn prefix that mshell uses to mshell

This commit is contained in:
sawka 2022-12-19 17:39:19 -08:00
parent 35006dfc65
commit 2684aaef85

View File

@ -346,7 +346,7 @@ func ParseFuncs(funcs string) (map[string]string, error) {
// TODO where to put parse errors // TODO where to put parse errors
continue continue
} }
if strings.HasPrefix(funcName, "_scripthaus_") { if strings.HasPrefix(funcName, "_mshell_") {
continue continue
} }
if funcName != "" { if funcName != "" {