<?php

$plugins->add_hook('parse_message_end', create_function('$s', 'return str_replace(\'  \', \'&nbsp;&nbsp;\', $s);'));


function parsespc_info()
{
	return array(
		'name'			=> 'Spaces in Parser',
		'description'	=> 'Allows you to enter double, triple etc spaces into posts.',
		'website'		=> 'http://mybbhacks.zingaburga.com/',
		'author'		=> 'ZiNgA BuRgA',
		'authorsite'	=> 'http://zingaburga.com/',
		'version'		=> '1.0'
	);
}

?>