username ."!"], $user, "welcome"); Message::PrivateSilentBotMessage(MSG_NORMAL, "say", ["To change your user color, use /color"], $user, "welcome"); } /* public static function AfterChannelCreate($channel) { Message::BroadcastUserMessage(self::$bot, "channel ". $channel->name ." created", ALL_CHANNELS); } public static function OnCommandReceive($user, &$cmd, &$args) { //Message::BroadcastUserMessage(self::$bot, $user->username ." sent command ". $cmd ." with args ". implode(" ", $args), $user->channel); } public static function AfterMessageReceived($user, $msg) { if(strstr($msg, "nigger")) Message::BroadcastUserMessage(self::$bot, "the only nigger here is [i]you[/i]", $user->channel); } public static function OnUserLeave($user) { Message::BroadcastUserMessage(self::$bot, "this ". $user->username ." guy is a faggot", $user->channel); } */ }