~wouterbulten/mai-server/server-messenger

« back to all changes in this revision

Viewing changes to application/models/Command/Qng.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:
73
73
                                $cmd->setStatus("NLN");
74
74
                                $this->_connection->write($cmd);
75
75
                                //After we changed the nick we change our personal message
76
 
                                //@mai-todo Make this a config variable
77
76
                                $cmd = $this->_connection->cmdCreator()->newCommand("UUX");
78
 
                                $cmd->setMessage("Pre-Alpha version (".MAI_VERSION."), website: http://www.mai-ai.org");
79
77
                                
80
78
                                $this->_connection->write($cmd);
81
79
                        break;