Add ban
		
		
			
			
	TPL['bans_list']); $i++)
	{
		echo '
'."\n";
		echo "\t\t\t".'
'.$this->TPL['bans_list'][$i]['nick'].'
'."\n";
		echo "\t\t\t".'
'.$this->TPL['bans_list'][$i]['reason'].'
'."\n";
		echo "\t\t\t".'
';
		echo "\t\t".'
'."\n";
	}
	if (count($this->TPL['bans_list']) == 0)
	{
		echo '
Banlist is empty.
';
	}
	?>