diff --git a/modules/monitoring/application/clicommands/ConferenceCommand.php b/modules/monitoring/application/clicommands/ConferenceCommand.php new file mode 100644 index 000000000..2b2d055bf --- /dev/null +++ b/modules/monitoring/application/clicommands/ConferenceCommand.php @@ -0,0 +1,26 @@ +screen; + echo $scr->clear() . $scr->newlines(10) . $scr->center( + $scr->colorize(' ❤ Welcome OSMC 2013 ❤ ', 'white', 'red') + ) . $scr->newlines(10); + } +}