<?php 
// $Id: drupalchat_ur.module,v 1.2 2010/07/11 16:00:20 darklrd Exp $

/**
 * @file
 * Provides integration with User Relationship.
 */

/**
 * Implementation of hook_help().
 */
function drupalchat_ur_help() {
	if ($path == 'admin/help#drupalchat') {
		$help_text = 'Provides integration with User Relationships.';
		return '<p>' . t($help_text) . '</p>';
	}
}