mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
fixed post marker default message
This commit is contained in:
@@ -40,7 +40,7 @@ func init() {
|
|||||||
Register()
|
Register()
|
||||||
|
|
||||||
a3interface.NewRegistration("post_marker_debug").
|
a3interface.NewRegistration("post_marker_debug").
|
||||||
SetDefaultResponse("posting marker (debug mode)").
|
SetDefaultResponse("posting marker debug mode").
|
||||||
SetRunInBackground(false).
|
SetRunInBackground(false).
|
||||||
SetFunction(armatak_controller_post_marker_debug).
|
SetFunction(armatak_controller_post_marker_debug).
|
||||||
SetArgsFunction(armatak_controller_args_post_marker_debug).
|
SetArgsFunction(armatak_controller_args_post_marker_debug).
|
||||||
|
|||||||
Reference in New Issue
Block a user