X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fchat%2Fconsole%2Fclass_NodeConsoleChat.php;fp=application%2Fhub%2Fmain%2Fchat%2Fconsole%2Fclass_NodeConsoleChat.php;h=1a346ceea4861d5be56546f6e1cd3751c71b507f;hb=70beccc6b8f9698dd2fd42bfbdc8f71b18fc0a30;hp=46bb5b742bcfb60a91ecb188eb4c0175e106b1e0;hpb=7d1350d9cde07cc0292340dc8d856c632618bc19;p=hub.git diff --git a/application/hub/main/chat/console/class_NodeConsoleChat.php b/application/hub/main/chat/console/class_NodeConsoleChat.php index 46bb5b742..1a346ceea 100644 --- a/application/hub/main/chat/console/class_NodeConsoleChat.php +++ b/application/hub/main/chat/console/class_NodeConsoleChat.php @@ -63,7 +63,18 @@ class NodeConsoleChat extends BaseNodeChat implements Chatter, Registerable { * @return void */ public function outputConsoleTeaser () { - $this->partialStub('Please implement this method.'); + // Get the app instance (for shortening our code) + $app = $this->getApplicationInstance(); + + // Output all lines + $this->debugOutput(' '); + $this->debugOutput($app->getAppName() . ' v' . $app->getAppVersion() . ' - A telnet connection helper'); + $this->debugOutput('Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2011 Hub Developer Team'); + $this->debugOutput(' '); + $this->debugOutput('This program comes with ABSOLUTELY NO WARRANTY; for details see docs/COPYING.'); + $this->debugOutput('This is free software, and you are welcome to redistribute it under certain'); + $this->debugOutput('conditions; see docs/COPYING for details.'); + $this->debugOutput(' '); } /**