<?php
//ＩＲＣの接続の為に、ユーザーのリアルネーム等を返す
$test = 'tenma';
print $test;
?>
