]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/chat/console/class_NodeConsoleChat.php
Some 'abstract' are required
[hub.git] / application / hub / main / chat / console / class_NodeConsoleChat.php
index 46bb5b742bcfb60a91ecb188eb4c0175e106b1e0..1a346ceea4861d5be56546f6e1cd3751c71b507f 100644 (file)
@@ -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(' ');
        }
 
        /**