<?php
class to extends module
{
function to()
{
$this->about = 'sending message to onother contact';
$this->name = 'TO';
}
function main($message,$icq,$cfg)
{
echo("\n".$message[from].":".$message[message]);
}
}
?>