Team command has no reason to exist anymore as now channels are fully segregated and based on a full set of permissions.
Sorry you were right for the me command
Zip file udpated. If you had already installed it, edit the includes/class_dm_mgccbchat.php file and search for :
Code:
$this->set("coidentifier","me");
$this->parse_bbcode = 0;
Replace by :
Code:
$this->set("coidentifier","me");
$this->parse_bbcode = 1;