!7 cmodule SayOnBoot > DynPrintLogAndEnabled { S msg = "I am ready!"; start-thread { if (enabled) dm_say(msg); } }