~wouterbulten/mai-server/server-messenger

« back to all changes in this revision

Viewing changes to application/models/Command/Uux.php

  • Committer: Wouter Bulten
  • Date: 2009-11-09 10:58:41 UTC
  • Revision ID: wouterbulten@fabricgames.com-20091109105841-8otk5n2bf1hy537q
Added new command OUT, updated Example handler and fixed some small bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        protected $_msg;
53
53
        
54
54
        /**
 
55
         * Set default message.
 
56
         * @return void
 
57
         */
 
58
        public function __construct()
 
59
        {
 
60
                /*
 
61
                 * Note from the developers:
 
62
                 * 
 
63
                 * If you like this software and want to support it, please do not remove the following line.
 
64
                 * With more publicity we can let Mai Ocean grow and continue improving the software.
 
65
                 */
 
66
                $this->setMessage('Running on Mai Ocean (v'.MAI_VERSION.'). Website: www.mai-ai.org');
 
67
        }
 
68
        
 
69
        /**
55
70
         * Send personal message.
56
71
         * @param int $trid Transaction id
57
72
         * @return string